C# Class N2.ItemEventArgs

Event argument containing item data.
Inheritance: System.EventArgs
Mostrar archivo Open project: n2cms/n2cms Class Usage Examples

Public Methods

Method Description
ItemEventArgs ( ContentItem item ) : System

Creates a new instance of the ItemEventArgs.

Method Details

ItemEventArgs() public method

Creates a new instance of the ItemEventArgs.
public ItemEventArgs ( ContentItem item ) : System
item ContentItem The item the associated with these event arguments.
return System