C# Class Com.Aote.Controls.PrintObj

Inheritance: System.Windows.FrameworkElement, IAsyncObject
Show file Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
ErrorProperty System.Windows.DependencyProperty
IsPrintProperty System.Windows.DependencyProperty
StateProperty System.Windows.DependencyProperty
isBusy bool

Public Methods

Method Description
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnPrinting ( ) : void
OnPropertyChanged ( string info ) : void
OnTipCompleted ( AsyncCompletedEventArgs args ) : void
Print ( ) : void
TipNoPrint ( ) : void

提示方法,提示完发送通知,手动调用打印

TipPrint ( ) : void

Private Methods

Method Description
CustomPagePrint ( ) : void
OnIsPrintChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

OnCompleted() public method

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
return void

OnPrinting() public method

public OnPrinting ( ) : void
return void

OnPropertyChanged() public method

public OnPropertyChanged ( string info ) : void
info string
return void

OnTipCompleted() public method

public OnTipCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
return void

Print() public method

public Print ( ) : void
return void

TipNoPrint() public method

提示方法,提示完发送通知,手动调用打印
public TipNoPrint ( ) : void
return void

TipPrint() public method

public TipPrint ( ) : void
return void

Property Details

ErrorProperty public static property

public static DependencyProperty,System.Windows ErrorProperty
return System.Windows.DependencyProperty

IsPrintProperty public static property

public static DependencyProperty,System.Windows IsPrintProperty
return System.Windows.DependencyProperty

StateProperty public static property

public static DependencyProperty,System.Windows StateProperty
return System.Windows.DependencyProperty

isBusy public property

是否正忙于工作
public bool isBusy
return bool