ComponentOne Xamarin.iOS
CancelEventArgs Constructor


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > CancelEventArgs Class : CancelEventArgs Constructor
if set to true the event is cancellable.
Initializes a new instance of the CancelEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal cancellable As Boolean _
)
'Usage
 
Dim cancellable As Boolean
 
Dim instance As New CancelEventArgs(cancellable)
public CancelEventArgs( 
   bool cancellable
)

Parameters

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

Reference

CancelEventArgs Class
CancelEventArgs Members