[]
        
(Showing Draft Content)

C1.Win.C1Editor.BeforeModeChangeEventHandler

BeforeModeChangeEventHandler Delegate

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

Namespace: C1.Win.C1Editor
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public delegate void BeforeModeChangeEventHandler(object sender, BeforeModeChangeEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

BeforeModeChangeEventArgs e

A BeforeModeChangeEventArgs that contains the event data.

Constructors

Name Description
BeforeModeChangeEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, BeforeModeChangeEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, BeforeModeChangeEventArgs)