- e
- An MouseButtonEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnMouseDoubleClick( _ ByVal e As MouseButtonEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void OnMouseDoubleClick( MouseButtonEventArgs e ) |
C++/CLI | |
---|---|
protected: void OnMouseDoubleClick( MouseButtonEventArgs e ) override |
Parameters
- e
- An MouseButtonEventArgs that contains the event data.
Double click the text Objects starting the in-place Text editing with no need to open the text object properties dialog box.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family