프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CommandParameterProperty | |||
CommandProperty | |||
IsEnabledProperty | |||
TextProperty |
메소드 | 설명 | |
---|---|---|
Attach ( Microsoft.Phone.Shell.ApplicationBar parentApplicationBar, int i ) : void |
Creates an associated ApplicationBarMenuItem and attaches it to the specified application bar.
|
|
Detach ( ) : void |
Detaches the associated ApplicationBarMenuItem from the ApplicationBar and from this instance.
|
메소드 | 설명 | |
---|---|---|
OnCommandChanged ( ICommand oldCommand, ICommand newCommand ) : void |
Provides derived classes an opportunity to handle changes to the Command property.
|
|
OnCommandParameterChanged ( object oldCommandParameter, object newCommandParameter ) : void |
Provides derived classes an opportunity to handle changes to the CommandParameter property.
|
|
OnIsEnabledChanged ( bool oldIsEnabled, bool newIsEnabled ) : void |
Provides derived classes an opportunity to handle changes to the IsEnabled property.
|
|
OnTextChanged ( string oldText, string newText ) : void |
Provides derived classes an opportunity to handle changes to the Text property.
|
메소드 | 설명 | |
---|---|---|
ApplicationBarMenuItemClick ( object sender, |
||
CommandCanExecuteChanged ( object sender, |
||
OnCommandChanged ( |
Handles changes to the Command property.
|
|
OnCommandParameterChanged ( |
Handles changes to the CommandParameter property.
|
|
OnIsEnabledChanged ( |
Handles changes to the IsEnabled property.
|
|
OnTextChanged ( |
Handles changes to the Text property.
|
public Attach ( Microsoft.Phone.Shell.ApplicationBar parentApplicationBar, int i ) : void | ||
parentApplicationBar | Microsoft.Phone.Shell.ApplicationBar | /// The application bar to attach to. /// |
i | int |
/// The index at which the associated
/// |
리턴 | void |
protected OnCommandChanged ( ICommand oldCommand, ICommand newCommand ) : void | ||
oldCommand | ICommand | The old command. |
newCommand | ICommand | The new command. |
리턴 | void |
protected OnCommandParameterChanged ( object oldCommandParameter, object newCommandParameter ) : void | ||
oldCommandParameter | object | /// The old CommandParameter value. /// |
newCommandParameter | object | /// The new CommandParameter value. /// |
리턴 | void |
protected OnIsEnabledChanged ( bool oldIsEnabled, bool newIsEnabled ) : void | ||
oldIsEnabled | bool | The old IsEnabled value. |
newIsEnabled | bool | The new IsEnabled value. |
리턴 | void |
protected OnTextChanged ( string oldText, string newText ) : void | ||
oldText | string | The old text. |
newText | string | The new text. |
리턴 | void |
public static DependencyProperty,System.Windows CommandParameterProperty | ||
리턴 |
public static DependencyProperty,System.Windows CommandProperty | ||
리턴 |
public static DependencyProperty,System.Windows IsEnabledProperty | ||
리턴 |