DiagramPointEventHandler Delegate

 

Delegate for handling events that require point coordinates, such as a Click event.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public delegate void DiagramPointEventHandler(
	Object^ sender,
	DiagramPointEventArgs^ e
)
Return to top
Show: