Share via


DataEventArgs Members

Generic arguments class to pass to event handlers that need to receive data.

The following tables list the members exposed by the DataEventArgs generic type.

Public Constructors

  Name Description
Public method DataEventArgs Initializes the DataEventArgs class.

Top

Public Properties

  Name Description
Public property Data Gets the information related to the event.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Provides a string representation of the argument data.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DataEventArgs Class
Microsoft.Practices.CompositeUI.Utility Namespace