C# Class Smrf.NodeXL.ExcelTemplate.GroupsCollapsedOrExpandedEventArgs

Provides event information for the event.
Inheritance: GraphRectangleEventArgs
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bGroupsRedrawnImmediately System.Boolean

Public Methods

Method Description
AssertValid ( ) : void
GroupsCollapsedOrExpandedEventArgs ( Rectangle graphRectangle, NodeXLControl nodeXLControl, System.Boolean groupsRedrawnImmediately ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GroupsCollapsedOrExpandedEventArgs() public method

Initializes a new instance of the class.
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

Property Details

m_bGroupsRedrawnImmediately protected_oe property

protected Boolean,System m_bGroupsRedrawnImmediately
return System.Boolean