C# 클래스 Engage.Survey.UI.SavedEventArgs

Event args class that contains save information about a Survey.
상속: System.EventArgs
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey 1 사용 예제들

공개 메소드들

메소드 설명
SavedEventArgs ( int responseHeaderId, bool sendNotification ) : System

Initializes a new instance of the SavedEventArgs class.

메소드 상세

SavedEventArgs() 공개 메소드

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].
리턴 System