An NDoc Documented Class Library

ScreenRepositoryListener.NewScreen Method 

[Visual Basic]
Sub NewScreen( _ 
   ByVal screenType As Type, _ 
   ByVal title As String _ 
)
[C#]
void NewScreen(
   Type screenType,
   string title
);
[C++]
void NewScreen(
   Type* screenType,
   String* title
);
[JScript]
function NewScreen(
   Type screenType,
   String title
);

See Also

ScreenRepositoryListener Interface | Repository Namespace