EditorPromptingForSelection Event
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event PromptSelectionOptionsEventHandler PromptingForSelection
 
Public Event PromptingForSelection As PromptSelectionOptionsEventHandler
 
public:
 event PromptSelectionOptionsEventHandler^ PromptingForSelection {
        void add (PromptSelectionOptionsEventHandler^ value);
        void remove (PromptSelectionOptionsEventHandler^ value);
}
 
member PromptingForSelection : IEvent<PromptSelectionOptionsEventHandler,
    PromptSelectionOptionsEventArgs>
 
 
 
Value
Type: 
Bricscad.EditorInputPromptSelectionOptionsEventHandler 
See Also