Table of Contents

Class ComboBoxClientEvents

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ComboBoxClientEvents : StateBagProxy
Inheritance
ComboBoxClientEvents
Inherited Members

Constructors

ComboBoxClientEvents(string, StateBag)

public ComboBoxClientEvents(string prefix, StateBag viewState)

Parameters

prefix string
viewState StateBag

Properties

OnChange

public string OnChange { get; set; }

Property Value

string