Exemplo n.º 1
0
 protected virtual void SequenceChange
 (
     object sender,
     DAE.Runtime.Data.Row fromRow,
     DAE.Runtime.Data.Row toRow,
     bool above,
     EventArgs args
 )
 {
     SequenceColumnUtility.SequenceChange(HostNode.Session, Source, _shouldEnlist, fromRow, toRow, above, _script);
 }
Exemplo n.º 2
0
 protected virtual void SequenceChange(DAE.Runtime.Data.IRow fromRow, DAE.Runtime.Data.IRow toRow, bool above)
 {
     SequenceColumnUtility.SequenceChange(HostNode.Session, ParentGrid.Source, _shouldEnlist, fromRow, toRow, above, _script);
 }