Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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 Object
    public object Source {get; set;}
    See Also