[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IReceiveRowsVisibleStateChangedNotificationSupport

IReceiveRowsVisibleStateChangedNotificationSupport Interface

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.

Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface IReceiveRowsVisibleStateChangedNotificationSupport
Public Interface IReceiveRowsVisibleStateChangedNotificationSupport

Methods

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

Events

Name Description
RequestRowVisibleStates

Occurs when the data model gets the rows' visible states.