MGClickSectionNode

Top  Previous  Next

This event is fired when the node of a section is expanded or collapsed.

[Visual Basic .NET]

Public Event MGClickSectionNode(ByVal s As Object, ByVal e As NodeEventArgs)

[C#]

public event MGClickSectionNode(object s, NodeEventArgs e);

Parameters

s

    Specifies the sender object.

 

e

    is the object of NodeEventArgs Class with the following members:

1.SectionIndex specifies the section index (0-based) of the row containing the checkbox. If the AllowSections is set to FALSE, this parameter becomes irrelevant and this event will not be fired.

2.NewValue specifies the node status of the section - either TRUE (expanded) or FALSE (collapsed).