EditorPromptingForDistance Event
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event PromptDistanceOptionsEventHandler PromptingForDistance
 
Public Event PromptingForDistance As PromptDistanceOptionsEventHandler
 
public:
 event PromptDistanceOptionsEventHandler^ PromptingForDistance {
        void add (PromptDistanceOptionsEventHandler^ value);
        void remove (PromptDistanceOptionsEventHandler^ value);
}
 
member PromptingForDistance : IEvent<PromptDistanceOptionsEventHandler,
    PromptDistanceOptionsEventArgs>
 
 
 
Value
Type: 
Bricscad.EditorInputPromptDistanceOptionsEventHandler 
See Also