C# Класс ComponentFactory.Krypton.Navigator.TabMovedEventArgs

Details for an event that provides a new index position for a specified page.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TabMovedEventArgs ( KryptonPage page, int index ) : System

Initialize a new instance of the TabMovedEventArgs class.

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

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

Initialize a new instance of the TabMovedEventArgs class.
public TabMovedEventArgs ( KryptonPage page, int index ) : System
page KryptonPage Reference to page that has been moved.
index int New index of the page within the page collection.
Результат System