C# Class NetIde.Core.Services.NotificationManager.NiNotificationManager.WindowListener

Inheritance: NetIde.Shell.NiEventSink, INiWindowFrameNotify
Show file Open project: netide/netide

Public Methods

Method Description
OnClose ( NiFrameCloseMode closeMode, bool &cancel ) : void
OnShow ( NiWindowShow action ) : void
OnSize ( ) : void
WindowListener ( NiNotificationManager manager ) : System

Method Details

OnClose() public method

public OnClose ( NiFrameCloseMode closeMode, bool &cancel ) : void
closeMode NiFrameCloseMode
cancel bool
return void

OnShow() public method

public OnShow ( NiWindowShow action ) : void
action NiWindowShow
return void

OnSize() public method

public OnSize ( ) : void
return void

WindowListener() public method

public WindowListener ( NiNotificationManager manager ) : System
manager NiNotificationManager
return System