event handler delegates
常見(jiàn)例句
- Registers beginning and ending event handler delegates for an asynchronous page.
爲(wèi)非同步頁(yè)麪,注冊(cè)開(kāi)始與結(jié)束事件処理常式委派。 - Registers beginning and ending event handler delegates that do not require state information for an asynchronous page.
爲(wèi)非同步頁(yè)麪,注冊(cè)不需要狀態(tài)資訊的開(kā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.
使用委托的綁定機(jī)制是動(dòng)態(tài)的:委托可在運(yùn)行時(shí)綁定到簽名與事件処理程序的簽名相匹配的任何方法上。 返回 event handler delegates