PublisherAboutToBeginPublishing Event
 | 
Namespace:  Bricscad.Publishing
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event AboutToBeginPublishingEventHandler AboutToBeginPublishing
 
Public Event AboutToBeginPublishing As AboutToBeginPublishingEventHandler
 
public:
 event AboutToBeginPublishingEventHandler^ AboutToBeginPublishing {
        void add (AboutToBeginPublishingEventHandler^ value);
        void remove (AboutToBeginPublishingEventHandler^ value);
}
 
member AboutToBeginPublishing : IEvent<AboutToBeginPublishingEventHandler,
    AboutToBeginPublishingEventArgs>
 
 
 
Value
Type: 
Bricscad.PublishingAboutToBeginPublishingEventHandler 
See Also