MindFusion.Scheduling for ASP.NET Programmer's Guide
InstantiateItemEventArgs(T) Constructor
See Also
 





Initializes a new instance of the InstantiateItemEventArgs class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

protected InstantiateItemEventArgs<T> (
    string classId
)

Visual Basic  Copy Code

Protected New (Of T) ( _
    classId As String _
)

 Parameters

classId
Type: String
A string that specifies the class identifier.

 See Also

InstantiateItemEventArgs(T) Class
MindFusion.Scheduling Namespace