Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RecentHyperlinkItem Events
Show Inherited Hide Inherited

An hyperlink element within the RecentItemControl.
Name Description
CommandCanExecuteChanged Occurs when the CanExecute(Object) status of the Command has changed. Inherited from RecentItemBase.
CommandChanged Occurs after the value of the Command property has changed. Inherited from RecentItemBase.
CommandParameterChanged Occurs after the value of the CommandParameter property has changed. Inherited from RecentItemBase.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ItemClick Occurs whenever an end-user clicks this item at runtime. Inherited from RecentItemBase.
ItemPressed Occurs when an end-user presses this item at runtime. Inherited from RecentItemBase.
OpenLink Occurs whenever the link, stored within the RecentHyperlinkItem.Link property, is activated.
See Also