C# Class FourRoads.Common.TelligentCommunity.Controls.MultiSelectRepeaterItem

Inheritance: System.Web.UI.WebControls.RepeaterItem, IPostBackEventHandler
Mostrar archivo Open project: 4-Roads/FourRoads.TelligentCommunity

Public Methods

Method Description
MultiSelectRepeaterItem ( int itemIndex, ListItemType itemType ) : System
RaisePostBackEvent ( string eventArgument ) : void

Method Details

MultiSelectRepeaterItem() public method

public MultiSelectRepeaterItem ( int itemIndex, ListItemType itemType ) : System
itemIndex int
itemType ListItemType
return System

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void