[]
Interface that supports the data model receiving notification about the change of the rows visible state and supports the data model getting the rows' visible states with the RequestRowVisibleStates event.
public interface IReceiveRowsVisibleStateChangedNotificationSupport
Public Interface IReceiveRowsVisibleStateChangedNotificationSupport
Name | Description |
---|---|
ClearRowVisibleState() | Clear Row Visible State |
InformRowsVisibleStateChanged(IFindRowsVisibleStateSupport, List<LinearRange>) | Informs the data model about the change of the rows visible states. |
RemoveAllRowVisibleStatesEventHandler() | Clear all row visible event handler |
Name | Description |
---|---|
RequestRowVisibleStates | Occurs when the data model gets the rows' visible states. |