Class ClassPair<TFirst, TSecond>
Inheritance
System.Object
ClassPair<TFirst, TSecond>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ClassPair<TFirst, TSecond> : 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
|