C# 클래스 Smrf.NodeXL.ExcelTemplate.GroupsCollapsedOrExpandedEventArgs

Provides event information for the event.
상속: GraphRectangleEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bGroupsRedrawnImmediately System.Boolean

공개 메소드들

메소드 설명
AssertValid ( ) : void
GroupsCollapsedOrExpandedEventArgs ( Rectangle graphRectangle, NodeXLControl nodeXLControl, System.Boolean groupsRedrawnImmediately ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

GroupsCollapsedOrExpandedEventArgs() 공개 메소드

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. ///
리턴 System

프로퍼티 상세

m_bGroupsRedrawnImmediately 보호되어 있는 프로퍼티

protected Boolean,System m_bGroupsRedrawnImmediately
리턴 System.Boolean