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