DynamicsBaseHostedControl.PostWindowRoute(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An overridable function that DynamicsBaseHostedControl calls after it has routed a window in response to it's action handlers (new, open, etc). The base class version of this fires an event called "PopupRouted" so it can be handled in configuration.
protected:
virtual void PostWindowRoute(System::String ^ url);
protected virtual void PostWindowRoute (string url);
abstract member PostWindowRoute : string -> unit
override this.PostWindowRoute : string -> unit
Protected Overridable Sub PostWindowRoute (url As String)
Parameters
- url
- String