IDialogContainerDialogTerminated Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler<DialogTerminatedArgs> DialogTerminated
Event DialogTerminated As EventHandler(Of DialogTerminatedArgs)
event EventHandler<DialogTerminatedArgs^>^ DialogTerminated {
void add (EventHandler<DialogTerminatedArgs^>^ value);
void remove (EventHandler<DialogTerminatedArgs^>^ value);
}
abstract DialogTerminated : IEvent<EventHandler<DialogTerminatedArgs>,
DialogTerminatedArgs>
Value
Type:
SystemEventHandlerDialogTerminatedArgsSee Also