Dart.PowerWEB.TextBox Namespace : LocationEventHandler Delegate |
The delegate for events that require location information.
[Visual Basic]
Public Delegate Sub LocationEventHandler( _
ByVal sender As Object, _
ByVal e As LocationEventArgs _
)
[C#]
public delegate void LocationEventHandler(
object sender,
LocationEventArgs e
);
[C++]
public: __gc __delegate void LocationEventHandler(
Object* sender,
LocationEventArgs* e
)
[C++/CLI]
public delegate void LocationEventHandler(
Object^ sender,
LocationEventArgs^ e
)
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.