Skip to content

Commit

Permalink
Update Templates.Extensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Oct 11, 2022
1 parent 3094b1b commit 6acf06f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Generator/Templates/Templates.Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ internal static partial class Templates

public static string RoutedEventMethodsTemplateSealed = @" // %OwnerType%.%Name%Event
// TODO:
public static %OwnerType% On%Name%Handler(
this %OwnerType% obj, Action<%OwnerType%, %ArgsType%> action,
Avalonia.Interactivity.RoutingStrategies routes = %RoutingStrategies%)
Expand All @@ -324,7 +323,6 @@ internal static partial class Templates
return obj;
}
// TODO:
public static %OwnerType% On%Name%(
this %OwnerType% obj,
Action<%OwnerType%, IObservable<%ArgsType%>> handler,
Expand All @@ -335,7 +333,6 @@ internal static partial class Templates
return obj;
}
// TODO:
public static IObservable<%ArgsType%> ObserveOn%Name%(
this %OwnerType% obj,
Avalonia.Interactivity.RoutingStrategies routes = %RoutingStrategies%)
Expand Down

0 comments on commit 6acf06f

Please sign in to comment.