EditorSelectionAdded Event
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public event SelectionAddedEventHandler SelectionAdded
 
Public Event SelectionAdded As SelectionAddedEventHandler
 
public:
 event SelectionAddedEventHandler^ SelectionAdded {
        void add (SelectionAddedEventHandler^ value);
        void remove (SelectionAddedEventHandler^ value);
}
 
member SelectionAdded : IEvent<SelectionAddedEventHandler,
    SelectionAddedEventArgs>
 
 
 
Value
Type: 
Bricscad.EditorInputSelectionAddedEventHandler 
See Also