ControlChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments propagated by the DataDrivenAdapter events.
public ref class ControlChangedEventArgs : EventArgs
public class ControlChangedEventArgs : EventArgs
type ControlChangedEventArgs = class
inherit EventArgs
Public Class ControlChangedEventArgs
Inherits EventArgs
- Inheritance
-
ControlChangedEventArgs
Constructors
ControlChangedEventArgs(String, String, String) |
Initializes an instance of the ControlChangedEventArgs class. |
Properties
ControlName |
Gets the control name. |
ControlValue |
Gets the value of the control. |
EventName |
Gets the event name. |
Methods
ToString() |
Converts to string. |