AccEventArgs.hWndSender Property
Gets the hWndSender value.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As AccEventArgs
Dim value As IntPtr
value = instance.hWndSender
Syntax
'Declaration
Public ReadOnly Property hWndSender As IntPtr
public IntPtr hWndSender { get; }
public:
property IntPtr hWndSender {
IntPtr get ();
}
/** @property */
public IntPtr get_hWndSender ()
public function get hWndSender () : IntPtr
Property Value
Type:
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
AccEventArgs Class
AccEventArgs Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk 2.0
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.