Gets or sets whether the container should scan and automatically manage event listener containers
(Types marked with EventDrivenAttribute).
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool ScanEventContainers { get; set; }
Public Property ScanEventContainers As Boolean Get Set
public: virtual property bool ScanEventContainers { bool get () sealed; void set (bool value) sealed; }
/** @property */ public final boolean get_ScanEventContainers() /** @property */ public final void set_ScanEventContainers(boolean value)