[]
        
(Showing Draft Content)

C1.Win.C1Editor.BeforeModeChangeEventArgs.-ctor

BeforeModeChangeEventArgs Constructor

BeforeModeChangeEventArgs(EditorMode, string)

Initializes a new instance of the BeforeModeChangeEventArgs class.

Declaration
public BeforeModeChangeEventArgs(EditorMode newMode, string htmlString)
Parameters
Type Name Description
EditorMode newMode

Gets or sets a new editing mode.

string htmlString

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