IImageProviderTImageReady Event |
Occurs when the provider has finished creating the image.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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
Type:
SystemEventHandlerGenericEventArgsT
See Also