'Declaration Public Function New( _ ByVal newMode As EditorMode, _ ByVal htmlString As System.String _ )
public BeforeModeChangeEventArgs( EditorMode newMode, System.string htmlString )
Parameters
- newMode
- Gets or sets a new editing mode.
- htmlString
- Gets or sets the HTML source for the document being edited.