IImageProviderTImageReady Event |
Occurs when the provider has finished creating the image.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxevent 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
EventHandlerGenericEventArgsT
See Also