 | CAEXDocumentCommands Property |
Gets the command instance for this document, which enables registration of change events
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual CAEXDocumentCommanding Commands { get; }
Public Overridable ReadOnly Property Commands As CAEXDocumentCommanding
Get
public:
virtual property CAEXDocumentCommanding^ Commands {
CAEXDocumentCommanding^ get ();
}
Property Value
CAEXDocumentCommanding
See Also