SemanticEventHandler Remarks
The SemanticEventHandler captures a postback event from a client-side SemanticItem object, evaluates the event data and raises either the server-side Changed event or the server-side Confirmed event, depending on the event data. Event data for the SemanticEventHandler control consists of a SemanticEventArgs object.
For more information about events, see Events in ASP.NET Server Controls.
Syntax
The signature of a SemanticEventHandler in C# is:
public delegate void SemanticEventHandler ( object sender, SemanticEventArgs e );
Parameters
- sender
The source of the event. - e
A SemanticEventArgs object that contains information about the event.
Return Value
None.
See Also
SemanticEventHandler Class | SemanticEventHandler Constructor | SemanticEventHandler Members | SemanticEventHandler Properties | SemanticEventHandler Methods