Represents the method that will handle the DrawNode event of a TreeView.
Public Delegate Sub DrawTreeNodeEventHandler ( _ sender As Object, _ e As DrawTreeNodeEventArgs _ )
public delegate void DrawTreeNodeEventHandler( Object sender, DrawTreeNodeEventArgs e )
public delegate void DrawTreeNodeEventHandler( Object^ sender, DrawTreeNodeEventArgs^ e )
type DrawTreeNodeEventHandler = delegate of sender:Object * e:DrawTreeNodeEventArgs -> unit
When you create a DrawTreeNodeEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event handler delegates, see Events and Delegates.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2