EditorPromptingForKeyword Event
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event PromptKeywordOptionsEventHandler PromptingForKeyword
 
Public Event PromptingForKeyword As PromptKeywordOptionsEventHandler
 
public:
 event PromptKeywordOptionsEventHandler^ PromptingForKeyword {
        void add (PromptKeywordOptionsEventHandler^ value);
        void remove (PromptKeywordOptionsEventHandler^ value);
}
 
member PromptingForKeyword : IEvent<PromptKeywordOptionsEventHandler,
    PromptKeywordOptionsEventArgs>
 
 
 
Value
Type: 
Bricscad.EditorInputPromptKeywordOptionsEventHandler 
See Also