다음을 통해 공유


ContentDialog.CloseButtonCommand 속성

정의

닫기 단추를 탭할 때 호출할 명령을 가져오거나 설정합니다.

public:
 property ICommand ^ CloseButtonCommand { ICommand ^ get(); void set(ICommand ^ value); };
ICommand CloseButtonCommand();

void CloseButtonCommand(ICommand value);
public ICommand CloseButtonCommand { get; set; }
var iCommand = contentDialog.closeButtonCommand;
contentDialog.closeButtonCommand = iCommand;
Public Property CloseButtonCommand As ICommand
<ContentDialog CloseButtonCommand="commandReference"/>

속성 값

기본 단추를 탭할 때 호출할 명령입니다.

적용 대상