Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delegate for handling events that require point coordinates, such as a Click event.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Delegate Sub DiagramPointEventHandler ( _
sender As Object, _
e As DiagramPointEventArgs _
)
public delegate void DiagramPointEventHandler(
Object sender,
DiagramPointEventArgs e
)
public delegate void DiagramPointEventHandler(
Object^ sender,
DiagramPointEventArgs^ e
)
type DiagramPointEventHandler =
delegate of
sender:Object *
e:DiagramPointEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object