Back to Devexpress

RecentItemBase.BindCommand Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitembase-dot-bindcommand.md

latest1.4 KB
Original Source

RecentItemBase.BindCommand Method

NameParametersDescription
BindCommand(Expression<Action>, Object, Func<Object>)commandSelector, source, queryCommandParameterUses the command selector to find an appropriate parameterized command in the source and bind it to this RecentItemBase class descendant.
BindCommand(Object, Func<Object>)command, queryCommandParameterBinds the specific parameterized command to this RecentItemBase class descendant.
BindCommand<T>(Expression<Action<T>>, Object, Func<T>)commandSelector, source, queryCommandParameterUses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this RecentItemBase class descendant.