Performs additional custom processes after inserting a new
DateTime into
the collection.
Namespace:
BeeMobile.MonthCalendar
Assembly:
BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1
Syntax
C# |
---|
protected override void OnInsertComplete(
int index,
Object value
) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnInsertComplete ( _
index As Integer, _
value As Object _
) |
Visual C++ |
---|
protected:
virtual void OnInsertComplete(
int index,
Object^ value
) override |
Parameters
- index
- Type: System..::.Int32
System.Int32
The zero-based index at which to insert value.
- value
- Type: System..::.Object
System.Object
The new value of the element at index.
See Also