C# 클래스 N2.ItemEventArgs

Event argument containing item data.
상속: System.EventArgs
파일 보기 프로젝트 열기: n2cms/n2cms 1 사용 예제들

공개 메소드들

메소드 설명
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