KaxDatePickerChildrenCreated Event |
Occurs after all child controls of the DatePicker control have been created.
You can customize the control there, and add additional child controls.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public event EventHandler ChildrenCreated
Public Event ChildrenCreated As EventHandler
public:
event EventHandler^ ChildrenCreated {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member ChildrenCreated : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also