| DocumentHandlerSelection Event |
Raised when object is selected in SOLIDWORKS (either by the user or API)
Namespace:
CodeStack.SwEx.AddIn.Core
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public event ObjectSelectionDelegate Selection
Public Event Selection As ObjectSelectionDelegate
public:
event ObjectSelectionDelegate^ Selection {
void add (ObjectSelectionDelegate^ value);
void remove (ObjectSelectionDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesObjectSelectionDelegateSee Also