Method OnAttachmentClicked
| Edit this page View SourceOnAttachmentClicked(PopupAttachment)
Occurs when an attachment is clicked.
Declaration
public virtual void OnAttachmentClicked(PopupAttachment attachment)
Parameters
Type | Name | Description |
---|---|---|
PopupAttachment | attachment | Attachment clicked. |
Remarks
Override this to prevent the default open action.