C# Class Engage.Survey.UI.SavedEventArgs

Event args class that contains save information about a Survey.
Inheritance: System.EventArgs
Show file Open project: EngageSoftware/Engage-Survey Class Usage Examples

Public Methods

Method Description
SavedEventArgs ( int responseHeaderId, bool sendNotification ) : System

Initializes a new instance of the SavedEventArgs class.

Method Details

SavedEventArgs() public method

Initializes a new instance of the SavedEventArgs class.
public SavedEventArgs ( int responseHeaderId, bool sendNotification ) : System
responseHeaderId int The response header id.
sendNotification bool if set to true [send notification].
return System