WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MouseClickCancelEventArgs

    Show / Hide Table of Contents

    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 Description
    System.Drawing.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved