Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / CancelEventArgs Class
Members


In This Topic
    CancelEventArgs Class
    In This Topic
    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
    public class CancelEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also