C# Class Adf.Web.Binding.BindOnPostbackAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
MustBindOnPostback ( IControlBinder binder ) : bool

Indicates whether the specified binder must bind this attribute of a control on postback.

Method Details

MustBindOnPostback() public static method

Indicates whether the specified binder must bind this attribute of a control on postback.
public static MustBindOnPostback ( IControlBinder binder ) : bool
binder IControlBinder The binder.
return bool