INodeStateChanged.StateChangedHandler Property

Definition

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

public:
 property EventHandler ^ StateChangedHandler { EventHandler ^ get(); };
public EventHandler StateChangedHandler { get; }
member this.StateChangedHandler : EventHandler
Public ReadOnly Property StateChangedHandler As EventHandler

Property Value

An event that notifies the changes in the states of an object.

Applies to