- e
- The MouseButtonEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnMouseRightButtonDown( _ ByVal e As MouseButtonEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void OnMouseRightButtonDown( MouseButtonEventArgs e ) |
C++/CLI | |
---|---|
protected: void OnMouseRightButtonDown( MouseButtonEventArgs e ) override |
Parameters
- e
- The MouseButtonEventArgs that contains the event data.
For more information, refer to OnMouseRightButtonDown.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family