Class ClassPair<TFirst, TSecond>
Inheritance
System.Object
ClassPair<TFirst, TSecond>
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ClassPair<TFirst, TSecond> : Object, INotifyPropertyChanged where TFirst : class where TSecond : class
Type Parameters
TFirst
|
TSecond
|
Constructors
ClassPair()
Declaration
public ClassPair()
ClassPair(TFirst, TSecond)
Declaration
public ClassPair(TFirst first, TSecond second)
Parameters
TFirst
first
|
TSecond
second
|
Properties
First
Declaration
public TFirst First { get; set; }
Property Value
TFirst
|
Second
Declaration
public TSecond Second { get; set; }
Property Value
TSecond
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|