SubscriptionManagerSubscriptionStateChanged Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public event EventHandler<GenericEventArgs<Subscription>> SubscriptionStateChanged
Public Event SubscriptionStateChanged As EventHandler(Of GenericEventArgs(Of Subscription))
public:
virtual 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>>
override SubscriptionStateChanged : IEvent<EventHandler<GenericEventArgs<Subscription>>,
GenericEventArgs<Subscription>>
Value
Type:
SystemEventHandlerGenericEventArgsSubscriptionImplements
ISubscriptionManagerSubscriptionStateChangedSee Also