Udostępnij za pośrednictwem


ControlChangedEventArgs.ControlName Property

Gets the control name.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim instance As ControlChangedEventArgs
Dim value As String

value = instance.ControlName

Syntax

'Declaration
Public ReadOnly Property ControlName As String
public string ControlName { get; }
public:
property String^ ControlName {
    String^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_ControlName ()
DebuggerStepThroughAttribute 
public function get ControlName () : String

Property Value

Type: String

Remarks

Empty when not applicable to any named control.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ControlChangedEventArgs Class
ControlChangedEventArgs Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.