IEventArgsClass.Empty

Syntax

Empty: IEventArgs;

Description

The Empty property returns instance of the IEventArgs object.

Comments

The property has the same effect as calling a constructor of the EventArgs class.

See also:

IEventArgsClass