Class FormFieldClickedEventArgs
Represents the arguments associated with a FormFieldClicked event.
Inheritance
System.Object
FormFieldClickedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class FormFieldClickedEventArgs : EventArgs
Properties
FormField
Represents the clicked form field.
Declaration
public object FormField { get; }
Property Value
Type |
---|
System.Object |