C# Класс ComponentFactory.Krypton.Toolkit.ButtonSpecEventArgs

Details for button specification related events.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ButtonSpecEventArgs ( ButtonSpec spec, int index ) : System

Initialize a new instance of the ButtonSpecEventArgs class.

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

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

Initialize a new instance of the ButtonSpecEventArgs class.
public ButtonSpecEventArgs ( ButtonSpec spec, int index ) : System
spec ButtonSpec Button spec effected by event.
index int Index of page in the owning collection.
Результат System