Delegate ColorTool.SelectObjectDelegate
A delegate method used by OnSelectObject.
The success parameter should be set to true if the object was successfully selected.
public delegate void ColorTool.SelectObjectDelegate(ColorTool tool, ref bool success)
Parameters
toolColorTool- A delegate method used by . The success parameter should be set to true if the object was successfully selected.
successbool- A delegate method used by . The success parameter should be set to true if the object was successfully selected.
- Extension Methods