Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / BeforeModeChangeEventHandler Delegate
The source of the event.
A BeforeModeChangeEventArgs that contains the event data.

In This Topic
    BeforeModeChangeEventHandler Delegate
    In This Topic
    Represents the method that will handle the C1Editor.BeforeModeChange event of the editor.
    Syntax
    'Declaration
     
    Public Delegate Sub BeforeModeChangeEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As BeforeModeChangeEventArgs _
    ) 
    public delegate void BeforeModeChangeEventHandler( 
       System.object sender,
       BeforeModeChangeEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A BeforeModeChangeEventArgs that contains the event data.
    See Also