Gets whether or not the io container should subscribe
to the sync, flush and dispose events of the io factory.
In most cases only the outer most container will subscribe
to those events as its containing io object will trigger
the sync and flush methods of its inner io objects manually.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
public bool SubscribeToIOEvents { get; internal set; } |