| LyncPlatformLibraryOnLyncPlatformEvent Event |
The Lync platform API event handler for subscribing to SIP events notifications.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event EventHandler<LyncPlatformLibraryEventArgs> OnLyncPlatformEvent
Public Event OnLyncPlatformEvent As EventHandler(Of LyncPlatformLibraryEventArgs)
public:
event EventHandler<LyncPlatformLibraryEventArgs^>^ OnLyncPlatformEvent {
void add (EventHandler<LyncPlatformLibraryEventArgs^>^ value);
void remove (EventHandler<LyncPlatformLibraryEventArgs^>^ value);
}member OnLyncPlatformEvent : IEvent<EventHandler<LyncPlatformLibraryEventArgs>,
LyncPlatformLibraryEventArgs>
Value
Type:
SystemEventHandlerLyncPlatformLibraryEventArgs
See Also