C# Class Com.Aote.Behaviors.ScriptAction

执行一段脚本的Action,脚本写法与事件处理写法一样。
Inheritance: System.Windows.DependencyObject, IInitable, IName
Afficher le fichier Open project: DuBin1988/restv2 Class Usage Examples

Méthodes publiques

Свойство Type Description
CanRunProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
FindResource ( string name ) : object
Init ( object ui ) : void
OnInitFinished ( ) : void
OnStart ( EventArgs args ) : void

Private Methods

Méthode Description
OnCanRunChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( ) : void

Method Details

FindResource() public méthode

public FindResource ( string name ) : object
name string
Résultat object

Init() public méthode

public Init ( object ui ) : void
ui object
Résultat void

OnInitFinished() public méthode

public OnInitFinished ( ) : void
Résultat void

OnStart() public méthode

public OnStart ( EventArgs args ) : void
args System.EventArgs
Résultat void

Property Details

CanRunProperty public_oe static_oe property

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