SubscriptionManagerSubscriptionStateChanged Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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
EventHandlerGenericEventArgsSubscriptionImplements
ISubscriptionManagerSubscriptionStateChanged
See Also