EventsCalendar for ASP.NET Web Forms
LoadPostData メソッド

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1EventsCalendar 名前空間 > C1EventsCalendar クラス : LoadPostData メソッド
コントロールのキー識別子。
すべての受信名値のコレクション。
特定のクラスによって実装されたとき、ASP.NET サーバーコントロールのポストバックデータを処理します。
シンタックス
'宣言
 
Public Function LoadPostData( _
   ByVal postDataKey As System.String, _
   ByVal postCollection As System.Collections.Specialized.NameValueCollection _
) As System.Boolean
public System.bool LoadPostData( 
   System.string postDataKey,
   System.Collections.Specialized.NameValueCollection postCollection
)

パラメータ

postDataKey
コントロールのキー識別子。
postCollection
すべての受信名値のコレクション。

戻り値の型

サーバーコントロールの状態がポストバックの結果として変化した場合は true。それ以外の場合は false。
参照

C1EventsCalendar クラス
C1EventsCalendar メンバ