Delegate HighlightInfoChangedEventHandler
Handler for an object highlight information changed event.
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public delegate void HighlightInfoChangedEventHandler(object sender, HighlightInfoChangedEventArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | Event sender. |
| HighlightInfoChangedEventArgs | args | Event arguments. |