ImageGear .NET - Updated
MouseArgs Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsCreateMarkData Class : MouseArgs Property
Gets argument of latest mouse event.
Syntax
'Declaration
 
Public ReadOnly Property MouseArgs As ImGearARTFormsMouseEventArgs
'Usage
 
Dim instance As ImGearARTFormsCreateMarkData
Dim value As ImGearARTFormsMouseEventArgs
 
value = instance.MouseArgs
public ImGearARTFormsMouseEventArgs MouseArgs {get;}
public: __property ImGearARTFormsMouseEventArgs* get_MouseArgs();
public:
property ImGearARTFormsMouseEventArgs^ MouseArgs {
   ImGearARTFormsMouseEventArgs^ get();
}

Property Value

ImGearARTFormsMouseEventArgs class object.
See Also

Reference

ImGearARTFormsCreateMarkData Class
ImGearARTFormsCreateMarkData Members
ImGearARTFormsMouseEventArgs Class