SoSelectiondeselectionCB Event |
Note: This API is now obsolete.
Use Deselection event instead
Deselection delegate invocation list
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Deselection event instead")]
public event SoSelectionPathCB deselectionCB
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use Deselection event instead")>
Public Event deselectionCB As SoSelectionPathCB
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use Deselection event instead")]
event SoSelectionPathCB^ deselectionCB {
void add (SoSelectionPathCB^ value);
void remove (SoSelectionPathCB^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use Deselection event instead")>]
member deselectionCB : IEvent<SoSelectionPathCB,
EventArgs>
Value
Type:
OIV.Inventor.NodesSoSelectionPathCB
See Also