EditorPromptedForAngle Event
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event PromptDoubleResultEventHandler PromptedForAngle
 
Public Event PromptedForAngle As PromptDoubleResultEventHandler
 
public:
 event PromptDoubleResultEventHandler^ PromptedForAngle {
        void add (PromptDoubleResultEventHandler^ value);
        void remove (PromptDoubleResultEventHandler^ value);
}
 
member PromptedForAngle : IEvent<PromptDoubleResultEventHandler,
    PromptDoubleResultEventArgs>
 
 
 
Value
Type: 
Bricscad.EditorInputPromptDoubleResultEventHandler 
See Also