Class MouseClickCancelEventArgs
Provides data for a cancelable mouse click event.
Inheritance
System.Object
MouseClickCancelEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MouseClickCancelEventArgs : CancelEventArgs
Constructors
MouseClickCancelEventArgs(Point, Boolean)
Creates a new instance of the MouseClickCancelEventArgs.
Declaration
public MouseClickCancelEventArgs(Point ptScreen, bool cancel)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | ptScreen | The point in screen coordinates where the click occurred. |
System.Boolean | cancel | True to cancel the event; False otherwise. |
Properties
MouseClickPoint
Returns the point in screen coordinates where the click occurred.
Declaration
public Point MouseClickPoint { get; }
Property Value
Type |
---|
System.Drawing.Point |