Class EventArgs

Provides a base class for classes that are used by event sources to pass event argument information. The EventArgs class is a base class and not intended to be used directly. Override this constructor to provide specific functionality.

see

{@link http://msdn.microsoft.com/en-us/library/bb383795(v=vs.100).aspx}

Hierarchy

Index

Constructor methods

Properties

Constructor methods

constructor(): EventArgs

Initializes a new instance of the EventArgs class.

Returns

EventArgs

Properties

public static Empty: EventArgs

A static object of type EventArgs that is used as a convenient way to specify an empty EventArgs instance.

public Empty: EventArgs

An object of type EventArgs that is used as a convenient way to specify an empty EventArgs instance.