public static void PostMessage( object component, ViewModelMessages requestType, string requestCode, object requestData )
Parameters
- component
- The calling component instance.
- requestType
- Type of message/request.
- requestCode
- The request code which is passed on to the listners.
- requestData
- Request data passed on to the listners.