Version

IUIActionNotifier Interface Members

The following tables list the members exposed by IUIActionNotifier.

Public Properties
 NameDescription
 PropertyVerticalScrollPositionReturns the vertical scroll position.  
Public Events
 NameDescription
 EventColumnAutoSizedNotifies listeners that a column has been auto-sized.  
 EventColumnAutoSizingNotifies listeners that a column is in the process of being auto-sized.  
 EventColumnResizedNotifies listeners that the value of the ColumnWidth property has changed by the completion of a column resizing operation.  
 EventColumnResizingNotifies listeners that a column is in the process of being resized.  
 EventKeyActionPerformedNotifies listeners that a keyboard action has been performed.  
 EventKeyActionPerformingNotifies listeners that a keyboard action is about to be performed.  
 EventRowResizedNotifies listeners that the value of the MaximumOwnersInView property has changed by the completion of a row resizing operation.  
 EventRowResizingNotifies listeners that a row is in the process of being resized.  
 EventScrollNotifies listeners that a scrollbar element has been manipulated.  
See Also