ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / CancelSourceEventArgs Class
Members

In This Topic
    CancelSourceEventArgs Class
    In This Topic
    Provides data for a cancelable event.
    Object Model
    CancelSourceEventArgs Class
    Syntax
    'Declaration
     
    Public Class CancelSourceEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class CancelSourceEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Xaml.CancelSourceEventArgs

    See Also