ComponentOne FinancialChart for WPF
Source Property (CancelSourceEventArgs)



C1.WPF Namespace > CancelSourceEventArgs Class : Source Property
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

Reference

CancelSourceEventArgs Class
CancelSourceEventArgs Members