[Missing <summary> documentation for "E:Ozeki.Media.Video.IImageProvider`1.ImageReady"]

Namespace: Ozeki.Media.Video
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
event EventHandler<GenericEventArgs<T>> ImageReady
Visual Basic
Event ImageReady As EventHandler(Of GenericEventArgs(Of T))
Visual C++
 event EventHandler<GenericEventArgs<T>^>^ ImageReady {
	void add (EventHandler<GenericEventArgs<T>^>^ value);
	void remove (EventHandler<GenericEventArgs<T>^>^ value);
}

Value

Type: System..::..EventHandler<(Of <(<'GenericEventArgs<(Of <(<'T>)>)>>)>)>

See Also