Class AttachmentsPopupElementView
Supporting control for the PopupViewer control, used for rendering a AttachmentsPopupElement.
Implements
IWinRTObject
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "AttachmentList", Type = typeof(ListBox))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class AttachmentsPopupElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
Name | Description |
---|---|
AttachmentsPopupElementView() | Initializes a new instance of the AttachmentsPopupElementView class. |
Fields
Name | Description |
---|---|
ElementProperty | Identifies the Element dependency property. |
Properties
Name | Description |
---|---|
Element | Gets or sets the AttachmentsPopupElement. |
Methods
Name | Description |
---|---|
OnApplyTemplate() | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). |
OnAttachmentClicked(PopupAttachment) | Occurs when an attachment is clicked. |