C# Class RavenFS.Studio.Behaviors.DataTriggerEvaluateOnLoad

Extend Microsoft's DataTrigger by evaluating the condition when the element loads
Inheritance: Microsoft.Expression.Interactivity.Core.DataTrigger
显示文件 Open project: hibernating-rhinos/RavenFS

Protected Methods

Method Description
OnAttached ( ) : void
OnDetaching ( ) : void

Private Methods

Method Description
OnElementLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

OnAttached() protected method

protected OnAttached ( ) : void
return void

OnDetaching() protected method

protected OnDetaching ( ) : void
return void