다음을 통해 공유


CommandHandler 대리자

Registers callback methods with a command source.

delegate void CommandHandler(
   UINT^ cmdID
);

매개 변수

  • cmdID
    명령 ID입니다.

설명

This delegate registers callback methods with a command source. When you add a delegate to the command source object, the callback method becomes a handler for commands coming from the specified source.

자세한 내용은 방법: Windows Forms 컨트롤에 명령 라우팅 추가을 참조하십시오.

For more information on using Windows Forms, see MFC에서 Windows Form 사용자 정의 컨트롤 사용.

요구 사항

Header: afxwinforms.h (defined in assembly atlmfc\lib\mfcmifc80.dll)

참고 항목

작업

방법: Windows Forms 컨트롤에 명령 라우팅 추가