EditorPromptedForSelection Event
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event PromptSelectionResultEventHandler PromptedForSelection
 
Public Event PromptedForSelection As PromptSelectionResultEventHandler
 
public:
 event PromptSelectionResultEventHandler^ PromptedForSelection {
        void add (PromptSelectionResultEventHandler^ value);
        void remove (PromptSelectionResultEventHandler^ value);
}
 
member PromptedForSelection : IEvent<PromptSelectionResultEventHandler,
    PromptSelectionResultEventArgs>
 
 
 
Value
Type: 
Bricscad.EditorInputPromptSelectionResultEventHandler 
See Also