Changed Event
The server-side event that is raised when the value of the SemanticItem control is changed.
Event Data
The event handler receives an argument of type Speech.Web.UI.SemanticEventArgs. The SemanticEventArgs object contains the attributes and value properties of the SemanticItem client object.
Remarks
The SemanticItem control conforms to the ASP.NET event model. For more information on events, autopostback and event delegation in ASP.NET, see ASP.NET Server Control Event Model.
Example
For an example of the Changed event, see the State property.
See Also
SemanticItem Class | SemanticItem Constructor | SemanticItem Members | SemanticItem Properties | SemanticItem Methods | SemanticItem Events | SemanticItem Remarks | SemanticItem Client Object