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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family