This topic has not yet been rated - Rate this topic

Sys.EventArgs Class

Provides a base class for classes that are used by event sources to pass event argument information.

var anEventArgs = new Sys.EventArgs();

Name

Description

Sys.EventArgs Constructor

Initializes a new instance of the EventArgs class.

Name

Description

Sys.EventArgs.Empty Object

Specifies an empty EventArgs instance.

The EventArgs class is used as the base class for other event argument classes such as the CancelEventArgs class and the PageLoadEventArgs class.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.