ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMarkCollection.removeMark(Mark); |
Parameters
- mark
- The mark to remove.
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMarkCollection.removeMark(Mark); |
This function removes a single mark from the collection. If the mark is not present in the collection, this function will do nothing (and will not raise a markRemoved event).
After this function removes the mark, it will raise the markRemoved event.