Event DSGraphProperty.TDSGraph.OnGraphBuilt
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TDSGraph
Contents |
Syntax
Delphi:
property OnGraphBuilt : TNotifyEvent read FOnGraphBuilt write SetOnGraphBuilt;
C++ Builder:
__property TNotifyEvent OnGraphBuilt = { read=FOnGraphBuilt, write=SetOnGraphBuilt };
Summary
Occurs when the DirectShow graph has been built.
Description
This event is occurs when the DirectShow graph has been
built. Add any additional configuration code for the graph
inside this event.