AppointmentCommandEventArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic AppointmentCommandEventArgs(
SchedulerAppointmentContainer container,
string commandName,
Object commandArgument
)
Public Sub New (
container As SchedulerAppointmentContainer,
commandName As String,
commandArgument As Object
)
public:
AppointmentCommandEventArgs(
SchedulerAppointmentContainer^ container,
String^ commandName,
Object^ commandArgument
)
new :
container : SchedulerAppointmentContainer *
commandName : string *
commandArgument : Object -> AppointmentCommandEventArgs
Parameters
- container
- Type: Kettic.AspNet.ControlsSchedulerAppointmentContainer
- commandName
- Type: SystemString
- commandArgument
- Type: SystemObject
See Also