Called internally before adding found window to found windows list. By default just calls WindowAdding event.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnAdding ( _ args As WindowAllowEventArgs _ ) |
C# |
---|
protected virtual void OnAdding( WindowAllowEventArgs args ) |
Visual C++ |
---|
protected: virtual void OnAdding( WindowAllowEventArgs^ args ) |
JavaScript |
---|
function onAdding(args); |
Parameters
- args
- Type: Greatis.Nostalgia..::.WindowAllowEventArgs
Event data.