XhtmlCalendarAdapter.OnLoad(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the Load event. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
override void OnLoad(EventArgs ^ e);
public override void OnLoad (EventArgs e);
override this.OnLoad : EventArgs -> unit
Public Overrides Sub OnLoad (e As EventArgs)
Parameters
Notes to Inheritors
When you inherit from the XhtmlCalendarAdapter class and the adapter overrides the OnLoad(EventArgs) method, the adapter should call the corresponding base class method, which in turn calls the OnLoad(EventArgs) method. If OnLoad(EventArgs) is not called, the Load event will not be raised.