Class FormAttachmentClickedEventArgs
Event argument for the FormAttachmentClicked event.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class FormAttachmentClickedEventArgs : EventArgs
Properties
| Improve this Doc View SourceAttachment
Gets the attachment that was clicked.
Declaration
public FormAttachment Attachment { get; }
Property Value
Type | Description |
---|---|
FormAttachment |
Handled
Gets or sets a value indicating whether the event handler has handled the event and the default action should be prevented.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |