Visual Basic (Declaration) | |
---|---|
Public Delegate Sub GraphicsLayer.MouseButtonEventHandler( _ ByVal sender As Object, _ ByVal e As GraphicMouseButtonEventArgs _ ) |
C# | |
---|---|
public delegate void GraphicsLayer.MouseButtonEventHandler( object sender, GraphicMouseButtonEventArgs e ) |
Parameters
- sender
- The object where the event handler is attached.
- e
- The event data.
Target Platforms: Windows Vista, Windows 7