Click or drag to resize

RecroGridCustomFunctionEventArgs Class

Segédosztály RecroGrid List nézetű egyéni funkció végrehajtásához.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Recrovit.RecroGridFrameworkRecroGridCustomFunctionEventArgs

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public class CustomFunctionEventArgs : EventArgs

The RecroGridCustomFunctionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContext
Gets the context.
Public propertyCustomParams
Gets the custom parameters.
Public propertyDataRec
Gets the data record.
Public propertyFunctionName
Gets the name of the function.
Public propertyRecroGridContext
Gets the HTTP context.
Public propertyRefreshGrid
Meghatározza, hogy kliens oldalon frissíteni kell-e a RecroGrid-et.
Public propertyRefreshRow
Meghatározza, hogy kliens oldalon frissíteni kell-e a sort.
Public propertyResults
Gets or sets the results.
Top
See Also