C# Class Com.Aote.Controls.PrintObj

Inheritance: System.Windows.FrameworkElement, IAsyncObject
Afficher le fichier Open project: DuBin1988/restv2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ErrorProperty System.Windows.DependencyProperty
IsPrintProperty System.Windows.DependencyProperty
StateProperty System.Windows.DependencyProperty
isBusy bool

Méthodes publiques

Méthode Description
OnCompleted ( AsyncCompletedEventArgs args ) : void
OnPrinting ( ) : void
OnPropertyChanged ( string info ) : void
OnTipCompleted ( AsyncCompletedEventArgs args ) : void
Print ( ) : void
TipNoPrint ( ) : void

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

TipPrint ( ) : void

Private Methods

Méthode Description
CustomPagePrint ( ) : void
OnIsPrintChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

OnCompleted() public méthode

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
Résultat void

OnPrinting() public méthode

public OnPrinting ( ) : void
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string info ) : void
info string
Résultat void

OnTipCompleted() public méthode

public OnTipCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

TipNoPrint() public méthode

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

TipPrint() public méthode

public TipPrint ( ) : void
Résultat void

Property Details

ErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorProperty
Résultat System.Windows.DependencyProperty

IsPrintProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsPrintProperty
Résultat System.Windows.DependencyProperty

StateProperty public_oe static_oe property

public static DependencyProperty,System.Windows StateProperty
Résultat System.Windows.DependencyProperty

isBusy public_oe property

是否正忙于工作
public bool isBusy
Résultat bool