Click or drag to resize

EventArgsT Class

Represents the class that contain event data, and provides a value to use for various events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsEventArgsT

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public class EventArgs<T> : EventArgs

Type Parameters

T
The type of the property of the class.

The EventArgsT type exposes the following members.

Constructors
 NameDescription
Public methodEventArgsT Construct EventArgs object
Top
Properties
 NameDescription
Public propertyValue Gets or sets a value, which depend on the type of event
Top
See Also