Class CancelEntryEventArgs
Class CancelEntryEventArgs
이름 공간 : Aspose.Zip 모임: Aspose.Zip.dll (25.5.0)
입력 관련 이벤트에 대한 이벤트 논쟁.
public class CancelEntryEventArgs : EntryEventArgs
Inheritance
object ← EventArgs ← EntryEventArgs ← CancelEntryEventArgs
상속 회원들
EntryEventArgs.Entry , EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CancelEntryEventArgs(ArchiveEntry)
Aspose.Zip.EntryEventArgs 클래스의 새로운 사례를 시작합니다.
public CancelEntryEventArgs(ArchiveEntry entry)
Parameters
entry
ArchiveEntry
아카이브 입력 이벤트가 업로드되었습니다.
Properties
Cancel
이벤트가 취소될 것인지 여부를 나타내는 값을 얻거나 설정합니다.
public bool Cancel { get; set; }