SelectionModel.SelectionChanged Событие
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
/// [Windows.Foundation.Metadata.Experimental]
/// [add: Windows.Foundation.Metadata.Experimental]
/// [remove: Windows.Foundation.Metadata.Experimental]
// Register
event_token SelectionChanged(TypedEventHandler<SelectionModel, SelectionModelSelectionChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void SelectionChanged(event_token const* cookie) const;
// Revoke with event_revoker
SelectionModel::SelectionChanged_revoker SelectionChanged(auto_revoke_t, TypedEventHandler<SelectionModel, SelectionModelSelectionChangedEventArgs const&> const& handler) const;
[Windows.Foundation.Metadata.Experimental]
[add: Windows.Foundation.Metadata.Experimental]
[remove: Windows.Foundation.Metadata.Experimental]
public event TypedEventHandler<SelectionModel,SelectionModelSelectionChangedEventArgs> SelectionChanged;
Public Custom Event SelectionChanged As TypedEventHandler(Of SelectionModel, SelectionModelSelectionChangedEventArgs)
Тип события
- Атрибуты