Click or drag to resize

SelectionChangedEventHandler Delegate

Represents the method that handles SelectionChanged event of SelectionManager.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public delegate void SelectionChangedEventHandler(
	Object sender,
	SelectionChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: RootPro.RootProCADSelectionChangedEventArgs
Store event data SelectionChangedEventArgs .
See Also