Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Object Associates a callback on subscribers with a specific message name. The following shows a simple example of a strongly-typed callback using is: (subscriber, "IntPropertyMessage", (s, e) => { subscriber.IntProperty = e; }); //...later... MessagingCenter.Send(this, "IntPropertyMessage", 2); Assert.AreEqual(2, subscriber.IntProperty); ]]> Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void ReferenceTypeConstraint To be added. To be added. To be added. Sends a named message that has no arguments. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void ReferenceTypeConstraint To be added. To be added. To be added. To be added. To be added. Sends a named message with the specified arguments. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void ReferenceTypeConstraint To be added. To be added. To be added. To be added. To be added. Run the on in response to messages that are named and that are created by . To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void ReferenceTypeConstraint To be added. To be added. To be added. To be added. To be added. To be added. Run the on in response to parameterized messages that are named and that are created by . To be added. Method 1.4.0.0 1.5.0.0 2.0.0.0 System.Void ReferenceTypeConstraint To be added. To be added. To be added. Unsubscribes a subscriber from the specified messages that come from the specified sender. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void ReferenceTypeConstraint To be added. To be added. To be added. To be added. Unsubscribes from the specified parameterless subscriber messages. To be added.