DocumentCollectionDocumentCreated Event
 | 
Namespace:  Bricscad.ApplicationServices
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event DocumentCollectionEventHandler DocumentCreated
 
Public Event DocumentCreated As DocumentCollectionEventHandler
 
public:
 event DocumentCollectionEventHandler^ DocumentCreated {
        void add (DocumentCollectionEventHandler^ value);
        void remove (DocumentCollectionEventHandler^ value);
}
 
member DocumentCreated : IEvent<DocumentCollectionEventHandler,
    DocumentCollectionEventArgs>
 
 
 
Value
Type: 
Bricscad.ApplicationServicesDocumentCollectionEventHandler 
See Also