C# Class Rock.Web.UI.Controls.NoteEventArgs

Note Event Argument includes id of note updated
Inheritance: System.EventArgs
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
NoteEventArgs ( int noteId ) : System

Initializes a new instance of the NoteEventArgs class.

Method Details

NoteEventArgs() public method

Initializes a new instance of the NoteEventArgs class.
public NoteEventArgs ( int noteId ) : System
noteId int The note identifier.
return System