'Declaration Public Event BeforeModeChange As BeforeModeChangeEventHandler
public event BeforeModeChangeEventHandler BeforeModeChange
Event Data
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. |
See Also