Represents the method that will handle the BeforeModeChange event of the editor.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public delegate void BeforeModeChangeEventHandler(
	Object sender,
	BeforeModeChangeEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub BeforeModeChangeEventHandler ( _
	sender As Object, _
	e As BeforeModeChangeEventArgs _
)

Parameters

sender
Type: System..::.Object
The source of the event.
e
Type: C1.Win.XmlEditor..::.BeforeModeChangeEventArgs
A BeforeModeChangeEventArgs that contains the event data.

See Also