ControlChangedEventArgs Class

Definition

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.

Applies to