Class ModalViewAppearingEventArgs
Provides data for the CustomStampModalViewAppearing, FreeTextModalViewAppearing, SignatureModalViewAppearing StickyNoteModalViewAppearing events.
Inheritance
System.Object
ModalViewAppearingEventArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class ModalViewAppearingEventArgs : Object
Properties
Cancel
Gets or sets a value indicating whether the modal view should be prevented from appearing.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |