[]
        
(Showing Draft Content)

C1.Win.C1Editor.BeforeModeChangeEventArgs

BeforeModeChangeEventArgs Class

Provides data for the BeforeModeChange event.

Inheritance
BeforeModeChangeEventArgs
Namespace: C1.Win.C1Editor
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public class BeforeModeChangeEventArgs : EventArgs
Remarks

This type is used in the BeforeModeChange event.

Constructors

Name Description
BeforeModeChangeEventArgs(EditorMode, string)

Initializes a new instance of the BeforeModeChangeEventArgs class.

Properties

Name Description
HtmlString

Gets or sets the HTML source for the document being edited.

NewMode

Gets or sets a new editing mode. Choose from Design, Source, or Preview modes.