MobileForms Toolkit Documentation

NodeEventArgs Class

NodeEventArgs class contains the arguments of NodeEventHandler delegate.

For a list of all members of this type, see NodeEventArgs Members.

System.Object
   System.EventArgs
      Resco.Controls.AdvancedTree.NodeEventArgs
         Resco.Controls.AdvancedTree.CellEventArgs

public class NodeEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

NodeEventArgs are arguments for the AfterNodeSelect event. The data provided to the handler consist of the Node, that was affected by the event, NodeIndex of this node and the Offset of the node from the top of the screen.

Requirements

Namespace: Resco.Controls.AdvancedTree

Assembly: Resco.AdvancedTree.CF3 (in Resco.AdvancedTree.CF3.dll)

See Also

NodeEventArgs Members | Resco.Controls.AdvancedTree Namespace