VisibleResourcesChangedEventArgs Properties
Provides data for the SchedulerControl.VisibleResourcesChanged and the SchedulerControl.VisibleResourcesChanged events.| Name | Description |
|---|---|
| NewFirstVisibleResourceIndex | Gets the index of the first (the leftmost or the topmost, depending on the view) resource displayed in the view after the change of visible resources occurs. |
| NewResourcePerPage | Gets the new number of displayed resources. |
| OldFirstVisibleResourceIndex | Gets the index of the first (the leftmost or the topmost, depending on the view) resource displayed in the view before the change of visible resources occurs. |
| OldResourcePerPage | Gets the number of displayed resources before the change takes place. |
See Also