Table of Contents

Class InputBase<T>

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public abstract class InputBase<T> : InputBase, INotifyPropertyChanged, IDisplayer, IValueInputer

Type Parameters

T
Inheritance
InputBase<T>
Implements
Derived
Inherited Members
Extension Methods

Properties

ReturnKeyDownCommand

public RelayCommand ReturnKeyDownCommand { get; }

Property Value

RelayCommand

Value

说明

public T Value { get; set; }

Property Value

T

ValueChangedCommand

public RelayCommand ValueChangedCommand { get; }

Property Value

RelayCommand

Events

ReturnKeyDown

public event EventHandler<T> ReturnKeyDown

Event Type

EventHandler<T>

ValueChanged

public event EventHandler<T> ValueChanged

Event Type

EventHandler<T>