C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendar Class / LoadPostData Method
The key identifier for the control.
The collection of all incoming name values.

In This Topic
LoadPostData Method (C1EventsCalendar)
In This Topic
When implemented by a class, processes postback data for an ASP.NET server control.
Syntax
'Declaration
 
Public Function LoadPostData( _
   ByVal postDataKey As System.String, _
   ByVal postCollection As System.Collections.Specialized.NameValueCollection _
) As System.Boolean
 

Parameters

postDataKey
The key identifier for the control.
postCollection
The collection of all incoming name values.

Return Value

true if the server control's state changes as a result of the postback; otherwise, false.
See Also