DesignerActionListCollection.OnRemove(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當從 DesignerActionListCollection 執行個體移除元素時,執行額外的自訂處理序。
protected:
override void OnRemove(int index, System::Object ^ value);
protected override void OnRemove (int index, object value);
override this.OnRemove : int * obj -> unit
Protected Overrides Sub OnRemove (index As Integer, value As Object)
參數
- index
- Int32
可以找到 value
處之以零起始的索引。
- value
- Object
從 index
移除的項目值。