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

Provides information for the command that needs to be run when the user sets a visual attribute in the Ribbon.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.

The first event handler that sets the specified visual attribute should set the VisualAttributeSet property to true, and other event handlers should then ignore the event.

Наследование: RunCommandEventArgs
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_bVisualAttributeSet System.Boolean
m_eVisualAttribute VisualAttributes
m_oAttributeValue Object

Открытые методы

Метод Описание
AssertValid ( ) : void
RunSetVisualAttributeCommandEventArgs ( VisualAttributes visualAttribute, Object attributeValue ) : System

Initializes a new instance of the class.

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

RunSetVisualAttributeCommandEventArgs() публичный Метод

Initializes a new instance of the class.
public RunSetVisualAttributeCommandEventArgs ( VisualAttributes visualAttribute, Object attributeValue ) : System
visualAttribute VisualAttributes /// Specifies the visual attribute to set. Must be only one of the flags /// in the enumeration; it cannot be an /// ORed combination. ///
attributeValue Object /// The visual attribute value, or null if the value isn't known yet and /// must be obtained from the user. ///
Результат System

Описание свойств

m_bVisualAttributeSet защищенное свойство

protected Boolean,System m_bVisualAttributeSet
Результат System.Boolean

m_eVisualAttribute защищенное свойство

protected VisualAttributes m_eVisualAttribute
Результат VisualAttributes

m_oAttributeValue защищенное свойство

protected Object m_oAttributeValue
Результат Object