Spread for ASP.NET 10 Product Documentation
RequestRowVisibleStatesEventHandler Delegate


The event sender.
RequestRowVisibleStates event parameter.
Handles RequestRowVisibleStates event.
Syntax
'Declaration
 
Public Delegate Sub RequestRowVisibleStatesEventHandler( _
   ByVal sender As Object, _
   ByVal e As RequestRowVisibleStatesEventArgs _
) 
'Usage
 
Dim instance As New RequestRowVisibleStatesEventHandler(AddressOf HandlerMethod)
public delegate void RequestRowVisibleStatesEventHandler( 
   object sender,
   RequestRowVisibleStatesEventArgs e
)

Parameters

sender
The event sender.
e
RequestRowVisibleStates event parameter.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

RequestRowVisibleStatesEventHandler Members
FarPoint.Web.Spread.Model Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.