SubscriptionManagerEventPackageSendIndication Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public event EventHandler<EventPackage> EventPackageSendIndication
Public Event EventPackageSendIndication As EventHandler(Of EventPackage)
public:
virtual event EventHandler<EventPackage^>^ EventPackageSendIndication {
void add (EventHandler<EventPackage^>^ value);
void remove (EventHandler<EventPackage^>^ value);
}
abstract EventPackageSendIndication : IEvent<EventHandler<EventPackage>,
EventPackage>
override EventPackageSendIndication : IEvent<EventHandler<EventPackage>,
EventPackage>
Value
Type:
SystemEventHandlerEventPackageImplements
ISubscriptionManagerEventPackageSendIndicationSee Also