Back to Devexpress

RecentHyperlinkItem Events

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recenthyperlinkitem-dot-underscore-events.md

latest2.6 KB
Original Source

RecentHyperlinkItem Events

An hyperlink element within the RecentItemControl.

NameDescription
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed. Inherited from RecentItemBase.
CommandChangedOccurs after the value of the Command property has changed. Inherited from RecentItemBase.
CommandParameterChangedOccurs after the value of the CommandParameter property has changed. Inherited from RecentItemBase.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ItemClickOccurs whenever an end-user clicks this item at runtime. Inherited from RecentItemBase.
ItemPressedOccurs when an end-user presses this item at runtime. Inherited from RecentItemBase.
OpenLinkOccurs whenever the link, stored within the RecentHyperlinkItem.Link property, is activated.

See Also

RecentHyperlinkItem Class

RecentHyperlinkItem Members

DevExpress.XtraBars.Ribbon Namespace