CheckBox.IPostBackDataHandler.LoadPostData Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Denetim için CheckBox gönderilen verileri işler.
virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData
Parametreler
- postDataKey
- String
Koleksiyondaki bir girdiyi dizine almak için kullanılan anahtar değeri.
- postCollection
- NameValueCollection
NameValueCollection Posta bilgilerini içeren bir.
Döndürülenler
true
durumunun değişmesi CheckBox durumunda ise, değilse false
.
Uygulamalar
Açıklamalar
CheckBox , postalanan Checked durumu belirler.