On Second thought… looks like the EpiUltraGrid has an event you could listen on?
public delegate void GridPastingHandler(object Sender, GridPastingEventArgs Args);
public class GridPastingEventArgs : CancelEventArgs {
IsPasteUpdate t/f
}
On Second thought… looks like the EpiUltraGrid has an event you could listen on?
public delegate void GridPastingHandler(object Sender, GridPastingEventArgs Args);
public class GridPastingEventArgs : CancelEventArgs {
IsPasteUpdate t/f
}