Spread Windows Forms 7.0 Product Documentation
MapperUpdatingEventType Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : MapperUpdatingEventType Enumeration


Glossary Item Box

Specifies the type of mapper updating event that has occurred for the mapper.

Syntax

Visual Basic (Declaration) 
Public Enum MapperUpdatingEventType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As MapperUpdatingEventType
C# 
public enum MapperUpdatingEventType : System.Enum 

Members

MemberDescription
TargetCellsUpdatedIndicates that cells with cell data have been updated
TargetColumnsAddedIndicates that columns have been added
TargetColumnsRemovedIndicates that columns have been removed
TargetRowsAddedIndicates that rows have been added
TargetRowsRemovedIndicates that rows have been removed
TargetUpdatedIndicates that the sheet data model has been updated

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.Model.MapperUpdatingEventType

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.