Zed Graph ControlLink Event Handler Delegate
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public delegate bool LinkEventHandler(
ZedGraphControl sender,
GraphPane pane,
Object source,
Link link,
int index
)VB
Public Delegate Function LinkEventHandler (
sender As ZedGraphControl,
pane As GraphPane,
source As Object,
link As Link,
index As Integer
) As BooleanParameters
- sender ZedGraphControl
- pane GraphPane
- source Object
- link Link
- index Int32