IImageProviderTImageReady Event |
Occurs when the provider has finished creating the image.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler<GenericEventArgs<T>> ImageReady
Event ImageReady As EventHandler(Of GenericEventArgs(Of T))
event EventHandler<GenericEventArgs<T>^>^ ImageReady {
void add (EventHandler<GenericEventArgs<T>^>^ value);
void remove (EventHandler<GenericEventArgs<T>^>^ value);
}
abstract ImageReady : IEvent<EventHandler<GenericEventArgs<'T>>,
GenericEventArgs<'T>>
Value
Type:
SystemEventHandlerGenericEventArgsTSee Also