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





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

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

 Syntax

C#  Copy Code

public delegate void ActionEventHandler (
    Object sender,
    ActionEventArgs e
)

Visual Basic  Copy Code

Public Delegate Sub ActionEventHandler ( _
    sender As Object, _
    e As ActionEventArgs _
)

 Parameters

sender

The object where the event handler is attached.

e

The event data.

 See Also

MindFusion.DataViews.Silverlight Namespace