Sys.UI.Silverlight.Control.removeEventListener Method
Called to remove an event handler function from listening to an event on a Silverlight element.
Syntax
removeEventListener: function(event, eventName, token)
Usage
exampleControl.removeEventListener(event, eventName, token);
|
Parameter
|
Definition
|
|
event
|
The element that exposes the event.
|
|
eventName
|
A string representing the name of the event. This must be a valid event name for the type of element provided.
|
|
token
|
The number returned by the addEventListener Method.
|
Return Value
None.
Remarks
This topic is ASP.NET Extensions documentation and is unsupported by Microsoft. Blank topics are included as placeholders and existing content is subject to change in future releases.