Represents the method that will handle routed events related to activities or resource allocations.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public delegate void ActionEventHandler ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub ActionEventHandler ( _ |
The object where the event handler is attached.
The event data.
See Also