ISubscriptionManagerSubscriptionStateChanged Event |
Occurs when the state of the specified subscription has changed.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxevent EventHandler<GenericEventArgs<Subscription>> SubscriptionStateChanged
Event SubscriptionStateChanged As EventHandler(Of GenericEventArgs(Of Subscription))
event EventHandler<GenericEventArgs<Subscription^>^>^ SubscriptionStateChanged {
void add (EventHandler<GenericEventArgs<Subscription^>^>^ value);
void remove (EventHandler<GenericEventArgs<Subscription^>^>^ value);
}
abstract SubscriptionStateChanged : IEvent<EventHandler<GenericEventArgs<Subscription>>,
GenericEventArgs<Subscription>>
Value
Type:
SystemEventHandlerGenericEventArgsSubscription
See Also