RatingControl.ValueChanged 事件

定义

当 Value 属性更改时发生。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

// Register
event_token ValueChanged(TypedEventHandler<RatingControl, IInspectable const&> const& handler) const;

// Revoke with event_token
void ValueChanged(event_token const* cookie) const;

// Revoke with event_revoker
RatingControl::ValueChanged_revoker ValueChanged(auto_revoke_t, TypedEventHandler<RatingControl, IInspectable const&> const& handler) const;
public event TypedEventHandler<RatingControl,object> ValueChanged;
Public Custom Event ValueChanged As TypedEventHandler(Of RatingControl, Object) 
<RatingControl ValueChanged="eventhandler"/>

事件类型

适用于