GrapeCity MultiRow Windows Forms Documentation
CellCancelEventArgs Class
Members 


Provides data for the GcMultiRow.RowValidating event.
Syntax
Public Class CellCancelEventArgs 
   Inherits System.ComponentModel.CancelEventArgs
Dim instance As CellCancelEventArgs
public class CellCancelEventArgs : System.ComponentModel.CancelEventArgs 
Remarks
The user can cancel the operation on the cell by setting System.ComponentModel.CancelEventArgs.Cancel to true.
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         GrapeCity.Win.MultiRow.CellCancelEventArgs
            GrapeCity.Win.MultiRow.CellBeginEditEventArgs
            GrapeCity.Win.MultiRow.CellValidatingEventArgs
            GrapeCity.Win.MultiRow.DataErrorEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellCancelEventArgs Members
GrapeCity.Win.MultiRow Namespace
CellBeginEdit Event
CellValidating Event
DataError Event

 

 


Copyright © GrapeCity, inc. All rights reserved.