Click or drag to resize

ICustomDrawEventArgs Interface

Provides basic data required to perform custom painting of an element

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 ICustomDrawEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>

The ICustomDrawEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAppearance
Gets the painted element's appearance settings
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also