| ObjectChangeOrderEventArgsTObject Constructor (TObject, Int32, Boolean, String) | 
            Constructor.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic ObjectChangeOrderEventArgs(
	TObject infoObject,
	int newOrder,
	bool relativeOrder,
	string orderColumn
)
Parameters
- infoObject
 - Type: TObject
Object instance - newOrder
 - Type: SystemInt32
Specific new document order index to be set - relativeOrder
 - Type: SystemBoolean
Indicates if the NewOrder index is relative to current document position - orderColumn
 - Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken 
See Also