BindingSource.PositionChanged 事件
定義
public:
event EventHandler ^ PositionChanged;
public event EventHandler PositionChanged;
member this.PositionChanged : EventHandler
Public Custom Event PositionChanged As EventHandler
事件類型
備註
當 PositionChanged 屬性變更之後,就會發生此事件 Position 。The PositionChanged event occurs after the Position property has changed.
如需處理事件的詳細資訊,請參閱 處理和引發事件。For more information about handling events, see Handling and Raising Events.