Raised when the item expires.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public Event 
Expired 
As 
EventHandler
C#
public event 
EventHandler 
Expired
Visual C++
public:
 
event 
EventHandler^ 
Expired {
	
void 
add (
EventHandler^ 
value);
	
void 
remove (
EventHandler^ 
value);
}
JavaScript
function add_
expired(
value);
function remove_
expired(
value);

See Also