[To be supplied.]
[Visual Basic] Overridable Public Sub MoveChildren( _ ByVal pos As TreePosition, _ ByVal other As IDataEditor _ ) [C#] public virtual void MoveChildren( TreePosition pos, IDataEditor other ); [C++] public: virtual void MoveChildren( TreePosition pos, IDataEditor* other ); [JScript] public function MoveChildren( pos : TreePosition, other : IDataEditor );
DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace