C1MenuEventArgs Constructor(C1MenuItem,Object,CommandEventArgs)
In This Topic
Initializes a new instance of the
C1MenuEventArgs class..
Syntax
'Declaration
Public Function New( _
ByVal As C1MenuItem, _
ByVal commandSource As System.Object, _
ByVal As System.Web.UI.WebControls.CommandEventArgs _
)
public C1MenuEventArgs(
C1MenuItem ,
System.object commandSource,
System.Web.UI.WebControls.CommandEventArgs
)
Parameters
- item
- Menu item that raised the event.
- commandSource
- Object that raised the event.
- originalArgs
- A System.Web.UI.WebControls.CommandEventArgs that contains the event data.
See Also