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