ImageGear .NET - Updated
EventData Property (ImGearARTFormsMouseEventArgs)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMouseEventArgs Class : EventData Property
Gets mouse event data.
Syntax
'Declaration
 
Public ReadOnly Property EventData As MouseEventArgs
'Usage
 
Dim instance As ImGearARTFormsMouseEventArgs
Dim value As MouseEventArgs
 
value = instance.EventData
public MouseEventArgs EventData {get;}
public: __property MouseEventArgs* get_EventData();
public:
property MouseEventArgs^ EventData {
   MouseEventArgs^ get();
}

Property Value

System.Windows.Input.MouseEventArgs class object.
See Also

Reference

ImGearARTFormsMouseEventArgs Class
ImGearARTFormsMouseEventArgs Members