C# Class CrownPeak.SearchG2.Client.UserControls.PageChangedEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Crownpeak/Search-Results-Examples Class Usage Examples

Public Methods

Method Description
PageChangedEventArgs ( int previousPage, int newPage, string loggingId ) : System

Method Details

PageChangedEventArgs() public method

public PageChangedEventArgs ( int previousPage, int newPage, string loggingId ) : System
previousPage int
newPage int
loggingId string
return System