Class ButtonClickedEventArgs
Provides the data for a button clicked events.
Inheritance
System.Object
System.EventArgs
ButtonClickedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |