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

Details for a direction button (next/previous) action event.
Наследование: KryptonPageEventArgs
Показать файл Открыть проект Примеры использования класса

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

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

Initialize a new instance of the DirectionActionEventArgs class.

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

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

Initialize a new instance of the DirectionActionEventArgs class.
public DirectionActionEventArgs ( KryptonPage page, int index, DirectionButtonAction action ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
action DirectionButtonAction Previous/Next action to take.
Результат System