CalendarClientEventsOnLoad Property |
The event is fired immediately after the page onload event.
Namespace: Kettic.AspNet.Controls.CalendarAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string OnLoad { get; set; }
Public Property OnLoad As String
Get
Set
public:
property String^ OnLoad {
String^ get ();
void set (String^ value);
}
member OnLoad : string with get, set
Property Value
Type:
StringSee Also