EditorPromptForEntityEnding Event
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event PromptForEntityEndingEventHandler PromptForEntityEnding
 
Public Event PromptForEntityEnding As PromptForEntityEndingEventHandler
 
public:
 event PromptForEntityEndingEventHandler^ PromptForEntityEnding {
        void add (PromptForEntityEndingEventHandler^ value);
        void remove (PromptForEntityEndingEventHandler^ value);
}
 
member PromptForEntityEnding : IEvent<PromptForEntityEndingEventHandler,
    PromptForEntityEndingEventArgs>
 
 
 
Value
Type: 
Bricscad.EditorInputPromptForEntityEndingEventHandler 
See Also