ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsMouseEventArgs Class / EventData Property




In This Topic
    EventData Property (ImGearARTFormsMouseEventArgs)
    In This Topic
    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