event handler delegates
常見例句
- Registers beginning and ending event handler delegates for an asynchronous page.
為非同步頁面,注冊開始與結(jié)束事件處理常式委派。 - Registers beginning and ending event handler delegates that do not require state information for an asynchronous page.
為非同步頁面,注冊不需要狀態(tài)資訊的開始與結(jié)束事件處理常式委派。 - The binding mechanism used with delegates is dynamic: a delegate can be bound at run time to any method whose signature matches that of the event handler.
使用委托的綁定機制是動態(tài)的:委托可在運行時綁定到簽名與事件處理程序的簽名相匹配的任何方法上。 返回 event handler delegates