Click or drag to resize

NodeIconDrawIcon Event

Fires when control is going to draw the icon. Can be used to change its visual appearance

Namespace:  Internal.Aga.Controls.Tree.NodeControls
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public event EventHandler<DrawIconEventArgs> DrawIcon

Value

Type: SystemEventHandlerDrawIconEventArgs
See Also