Search
ControlModifyingEventArgs Members
Constructors Properties
 


Specifies data for validation events, related to control changes.

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

 Public Constructors

  Name Description

ControlModifyingEventArgs

Initializes a new instance of the ControlModifyingEventArgs class.

 Public Properties

  Name Description

changes

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

control

Gets the control that is being modified.

 See Also