C# Класс N2.ItemEventArgs

Event argument containing item data.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ItemEventArgs ( ContentItem item ) : System

Creates a new instance of the ItemEventArgs.

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

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

Creates a new instance of the ItemEventArgs.
public ItemEventArgs ( ContentItem item ) : System
item ContentItem The item the associated with these event arguments.
Результат System