C# Class VAGSuite.SelectionChangedEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite

Public Methods

Method Description
SelectionChangedEventArgs ( int offset, int length ) : System

Method Details

SelectionChangedEventArgs() public method

public SelectionChangedEventArgs ( int offset, int length ) : System
offset int
length int
return System