C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor Namespace > C1Editor Class : BeforeModeChange Event |
'Declaration Public Event BeforeModeChange As BeforeModeChangeEventHandler
public event BeforeModeChangeEventHandler BeforeModeChange
The event handler receives an argument of type BeforeModeChangeEventArgs containing data related to this event. The following BeforeModeChangeEventArgs properties provide information specific to this event.
Property | 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. |