C# Class OpenSlx.Lib.Web.Controls.BindableRadioButtonList

Inheritance: System.Web.UI.WebControls.RadioButtonList
Afficher le fichier Open project: nicocrm/OpenSlx

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Add our event hook

PerformDataBinding ( System dataSource ) : void

Data binding - with exception handling

Method Details

OnInit() protected méthode

Add our event hook
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

PerformDataBinding() protected méthode

Data binding - with exception handling
protected PerformDataBinding ( System dataSource ) : void
dataSource System
Résultat void