MindFusion.Scheduling for Silverlight Programmer's Guide
ActionValidationEventHandler Delegate
See Also
 





Represents the method that will handle validation routed events related to activities or resource allocations.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public delegate void ActionValidationEventHandler (
    Object sender,
    ActionValidationEventArgs e
)

Visual Basic  Copy Code

Public Delegate Sub ActionValidationEventHandler ( _
    sender As Object, _
    e As ActionValidationEventArgs _
)

 Parameters

sender

The object where the event handler is attached.

e

The event data.

 See Also

MindFusion.DataViews.Silverlight Namespace