FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / CancelEventArgs Class / CancelEventArgs Constructor
if set to true the event is cancellable.

In This Topic
    CancelEventArgs Constructor
    In This Topic
    Initializes a new instance of the CancelEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cancellable As Boolean _
    )
    public CancelEventArgs( 
       bool cancellable
    )

    Parameters

    cancellable
    if set to true the event is cancellable.
    See Also