ISubscriptionManagerSubscriptionStateChanged Event |
Occurs when the state of the specified subscription has changed.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event 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:
SystemEventHandlerGenericEventArgsSubscriptionSee Also