Performs additional custom processes after removing a
PrimitiveBase from the
collection.
Namespace:
BeeMobile.TransparentControls.Primitives
Assembly:
BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5
Syntax
C# |
---|
protected override void OnRemoveComplete(
int index,
Object value
) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnRemoveComplete ( _
index As Integer, _
value As Object _
) |
Visual C++ |
---|
protected:
virtual void OnRemoveComplete(
int index,
Object^ value
) override |
See Also