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

In This Topic
    Source Property (CancelSourceEventArgs)
    In This Topic
    Gets or sets the source of the event.
    Syntax
    'Declaration
     
    Public Property Source As System.Object
    public System.object Source {get; set;}
    See Also