INodeStateChanged Interface

Definition

Allows a tree node derived class to be notified when some internal state has changed. The node can update its appearance accordingly.

public interface class INodeStateChanged
public interface INodeStateChanged
type INodeStateChanged = interface
Public Interface INodeStateChanged

Properties

StateChangedHandler

Gets the event handler that is used to notify the object that the state is changed.

Applies to