alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ButtonClickedEventArgs

    Provides the data for a button clicked events.

    Inheritance
    System.Object
    ButtonClickedEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class ButtonClickedEventArgs : EventArgs

    Properties

    ButtonName

    The name of the button which is clicked.

    Declaration
    public string ButtonName { get; }
    Property Value
    Type
    System.String

    CancelDefaultAction

    Cancel the default action of the button.

    Declaration
    public bool CancelDefaultAction { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved