IEventArgsClass.Empty

Syntax

Empty: IEventArgs;

Description

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

See also:

IEventArgsClass