Click or drag to resize

AppAlertEventEventArgs Class

Represents the class that contain event data for display alert window from SDK
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsAppAlertEventEventArgs

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

The AppAlertEventEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAppAlertEventEventArgs Construct AppAlertEventArgs object.
Top
Properties
 NameDescription
Public propertyButtonType Gets button type for displayed window
Public propertyDialogResult Sets the button type that the user clicked in the alert window
Public propertyIconType Gets icon type for displayed window
Public propertyText Gets displayed text.
Public propertyTitle Gets dispayed title.
Top
See Also