Click or drag to resize

FocusChangedEventArgs Class

Represents the class that contain event data for FocusChanged event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsFocusChangedEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class FocusChangedEventArgs : EventArgs

The FocusChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodFocusChangedEventArgs Construct FocusChangedEventArgs object
Top
Properties
 NameDescription
Public propertyField Gets the field that getting/losing focus.
Public propertyIsFocused True if the form field is getting a focus, False for losing a focus.
Public propertyValue The string value of the form field.
Top
Remarks
Currently,only support text field and combobox field.
See Also