RemoteSystemSessionWatcher.Updated 이벤트

정의

이전에 검색된 원격 세션의 일부 정보가 업데이트되었을 때 발생합니다.

// Register
event_token Updated(TypedEventHandler<RemoteSystemSessionWatcher, RemoteSystemSessionUpdatedEventArgs const&> const& handler) const;

// Revoke with event_token
void Updated(event_token const* cookie) const;

// Revoke with event_revoker
RemoteSystemSessionWatcher::Updated_revoker Updated(auto_revoke_t, TypedEventHandler<RemoteSystemSessionWatcher, RemoteSystemSessionUpdatedEventArgs const&> const& handler) const;
public event TypedEventHandler<RemoteSystemSessionWatcher,RemoteSystemSessionUpdatedEventArgs> Updated;
function onUpdated(eventArgs) { /* Your code */ }
remoteSystemSessionWatcher.addEventListener("updated", onUpdated);
remoteSystemSessionWatcher.removeEventListener("updated", onUpdated);
- or -
remoteSystemSessionWatcher.onupdated = onUpdated;
Public Custom Event Updated As TypedEventHandler(Of RemoteSystemSessionWatcher, RemoteSystemSessionUpdatedEventArgs) 

이벤트 유형

Windows 요구 사항

앱 기능
remoteSystem

적용 대상