Visual Basic (Declaration) | |
---|---|
Overloads Protected Overridable Sub OnMouseUp( _ ByVal sender As Object, _ ByVal e As MouseButtonEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual void OnMouseUp( object sender, MouseButtonEventArgs e ) |
Managed Extensions for C++ | |
---|---|
protected: virtual void OnMouseUp( Object* sender, MouseButtonEventArgs e ) |
C++/CLI | |
---|---|
protected: virtual void OnMouseUp( Object^ sender, MouseButtonEventArgs e ) |
Parameters
- sender
- An Object which invokes this handler.
- e
- A MouseEventArgs that contains the event data.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family