Click or drag to resize

ICustomDrawNodeCellEventArgs Interface

Arguments for the custom draw node cell

Namespace:  EBP.Api.Interfaces.Controls.TreeList
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface ICustomDrawNodeCellEventArgs : ICustomDrawEventArgs, 
	IEventArgs, IDisposable, IEquatable<IProxy>

The ICustomDrawNodeCellEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAppearance
Gets the painted element's appearance settings
(Inherited from ICustomDrawEventArgs.)
Public propertyCellText
Gets the painted cell's display text
Public propertyCellValue
Gets the painted cell's value
Public propertyColumn
Gets the painted cell's column
Public propertyNode
Gets the painted cell's node
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also