C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / CancelEventArgs Class
Members


CancelEventArgs Class
Event data with a Cancel property that can be used to cancel the event.
Syntax
'Declaration
 
Public Class CancelEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As CancelEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      C1.iOS.Grid.CancelEventArgs
         C1.iOS.Grid.GridAutoGeneratingColumnEventArgs
         C1.iOS.Grid.GridCellRangeEventArgs

See Also