TEventArgs Class

Represents type TEventArgs.

Namespace: Spring
TInterfacedObject
  Spring.TEventArgs
    Spring.TPropertyChangedEventArgs
type
 TEventArgs = class(TInterfacedObject, IEventArgs)
 end;

The TEventArgs type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TEventArgs class.

Top