ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As CancelSourceEventArgs
    Dim value As Object
     
    instance.Source = value
     
    value = instance.Source
    public object Source {get; set;}
    public:
    property Object^ Source {
       Object^ get();
       void set (    Object^ value);
    }
    See Also