public GroupsCollapsedOrExpandedEventArgs ( Rectangle graphRectangle, NodeXLControl nodeXLControl, System.Boolean groupsRedrawnImmediately ) : System |
graphRectangle |
System.Drawing.Rectangle |
/// The rectangle the graph was drawn within.
/// |
nodeXLControl |
Smrf.NodeXL.Visualization.Wpf.NodeXLControl |
/// The control in which the graph was drawn.
/// |
groupsRedrawnImmediately |
System.Boolean |
/// true if the groups were redrawn immediately after they were collapsed
/// or expanded, false if they won't be redrawn until the graph is redrawn.
/// |
return |
System |
|