Example #1
0
 public void When(ConversationUpdated conversationUpdated)
 {
 }
Example #2
0
 /// <summary>
 /// This will set the <see cref="Name"/>.
 /// </summary>
 protected virtual void Apply(ConversationUpdated @event)
 {
     Name = @event.Name;
 }
Example #3
0
 internal void OnConversationUpdated(object sender, ConversationEventArgs args)
 {
     ConversationUpdated.Raise(sender, args);
 }