WmlCalendarAdapter.SaveAdapterState Method

Definition

Called when the control saves its private view state. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override System::Object ^ SaveAdapterState();
public override object SaveAdapterState ();
override this.SaveAdapterState : unit -> obj
Public Overrides Function SaveAdapterState () As Object

Returns

Null in all cases.

Applies to

See also