C# Класс ComponentFactory.Krypton.Docking.StorePageEventArgs

Event arguments for events that need to provide a store page reference.
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
StorePageEventArgs ( KryptonStorePage storePage ) : System

Initialize a new instance of the StorePageEventArgs class.

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

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

Initialize a new instance of the StorePageEventArgs class.
public StorePageEventArgs ( KryptonStorePage storePage ) : System
storePage KryptonStorePage Reference to store page that is associated with the event.
Результат System