private static OnTextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
d | DependencyObject |
/// The |
e | DependencyPropertyChangedEventArgs | /// Event data that is issued by any event that /// tracks changes to the effective value of this property. /// |
return | void |
BindableApplicationBarButton::OnTextChanged ( string oldText, string newText ) : void |