Search
ControlModifiedEventArgs Members
Constructors Properties
 


Specifies data for notification events, related to control changes.

The following tables list the members exposed by the ControlModifiedEventArgs type.

 Public Constructors

  Name Description

ControlModifiedEventArgs

Initializes a new instance of the ControlModifiedEventArgs class.

 Public Properties

  Name Description

changes

Gets the changed properties of the control, associated with the event.

control

Gets the control that is modified.

 See Also