IEventArgsClass.Empty

Syntax

Empty: IEventArgs;

Description

The Empty property returns an instance of the IEventArgs object. This property has the same effect as calling a constructor of the EventArgs class.

See also:

IEventArgsClass