Starts an edit operation on the specified object.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void BeginEdit(
	Object item
)
Visual Basic
Public Sub BeginEdit ( _
	item As Object _
)

Parameters

item
Type: System..::..Object
The object on which to start operation.

See Also