C# Класс Smrf.NodeXL.ExcelTemplate.GroupsCollapsedOrExpandedEventArgs

Provides event information for the event.
Наследование: GraphRectangleEventArgs
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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