:: com :: sun :: star :: awt :: grid ::
|
unpublished |
struct GridColumnEvent |
|
|
- Base Hierarchy
GridColumnEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- not published
- Description
- An event used by a XGridColumn to notify changes in the column.
- Since
- OOo 3.3
|
Elements' Summary |
AttributeName |
Contains the name of the attributes whose value changed. |
OldValue |
Contains the old value |
NewValue |
Contains the new value |
ColumnIndex |
Contains the index of the changed column |
Elements' Details |
AttributeName
string AttributeName;
- Description
- Contains the name of the attributes whose value changed.
|
|
OldValue
any OldValue;
- Description
- Contains the old value
|
|
NewValue
any NewValue;
- Description
- Contains the new value
|
|
ColumnIndex
long ColumnIndex;
- Description
- Contains the index of the changed column
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.