C# Class Ext.Net.CheckMenuItem

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
CheckMenuItem System
IPostBackDataHandler bool
OnBeforeClientInitHandler void
OnCheckedChanged void
SetChecked void
SetChecked void

Public Methods

Method Description
CheckMenuItem ( Config config ) : System

IPostBackDataHandler ( ) : void

Private Methods

Method Description
CheckMenuItem ( ) : System
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInitHandler ( ) : void
OnCheckedChanged ( EventArgs e ) : void
SetChecked ( bool value ) : void
SetChecked ( bool value, bool suppressEvent ) : void

Method Details

CheckMenuItem() public method

public CheckMenuItem ( Config config ) : System
config Config
return System

IPostBackDataHandler() public method

public IPostBackDataHandler ( ) : void
return void