Initializes a new instance of the class from another instance.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ args As CellEventArgs _ ) |
C# |
---|
public CellEventArgs( CellEventArgs args ) |
Visual C++ |
---|
public: CellEventArgs( CellEventArgs^ args ) |
JavaScript |
---|
Greatis.PrintSuite.Providers.CellEventArgs = function(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.CellEventArgs
Another instance of the class.