Package microsoft.win32
Interface ISessionEndedEventHandler
-
public interface ISessionEndedEventHandler
The Java interface to be implemented to receive events from the CLR usingSessionEndedEventHandler
.See: https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Win32.SessionEndedEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(NetObject sender, SessionEndedEventArgs e)
-
-
-
Method Detail
-
Invoke
void Invoke(NetObject sender, SessionEndedEventArgs e)
-
-