Class CancelMouseEventArgs
Provides data for a cancelable mouse event.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class CancelMouseEventArgs : SyncfusionCancelEventArgs
Constructors
CancelMouseEventArgs(MouseEventArgs)
Initializes a new CancelMouseEventArgs with data from a MouseEventArgs.
Declaration
public CancelMouseEventArgs(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | The MouseEventArgs data for this event. |
Properties
MouseEventArgs
The MouseEventArgs data for this event.
Declaration
public MouseEventArgs MouseEventArgs { get; }
Property Value
Type |
---|
System.Windows.Forms.MouseEventArgs |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
---|
System.String |