RadioButton.LoadPostData(String, NameValueCollection) Yöntem

Tanım

Denetim için RadioButton geri gönderme verilerini işler.

protected:
 override bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected override bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overrides Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

Parametreler

postDataKey
String

Denetimin anahtar tanımlayıcısı.

postCollection
NameValueCollection

Tüm gelen ad değerlerinin koleksiyonu.

Döndürülenler

Boolean

true için RadioButton veriler değiştiyse; değilse, false.

Açıklamalar

LoadPostData yöntemi tarafından çağrılırLoadPostData. Öncelikle denetimin işlevselliğini RadioButton genişleten denetim geliştiricileri tarafından kullanılır.

Şunlara uygulanır

Ayrıca bkz.