-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Closed
Copy link
Labels
.NETComponents which are .NET based (non UWP specific)Components which are .NET based (non UWP specific)Completed 🔥extensions ⚡in progress 🚧maintenance ⚙️next preview ✈️Label for marking what we want to include in the next preview release for developers to try.Label for marking what we want to include in the next preview release for developers to try.
Milestone
Description
Describe the problem this feature would solve
When we imported the Deferred events package for the TokenizingTextBox, everything was added to the Uwp package as we needed TypedEventHandlers for the TokenizingTextBox.
Describe the solution
We could move everything put the TypedEventHandlerExtensions into the base Microsoft.Toolkit package which would allow anyone to use the deferred events pattern from our .NET Standard based package.
Describe alternatives you've considered
If we're looking at possibly trying to remove the UWP package as a reference in the above packages, this is clearly a chain across the board (even before this change).
Thoughts?
Metadata
Metadata
Assignees
Labels
.NETComponents which are .NET based (non UWP specific)Components which are .NET based (non UWP specific)Completed 🔥extensions ⚡in progress 🚧maintenance ⚙️next preview ✈️Label for marking what we want to include in the next preview release for developers to try.Label for marking what we want to include in the next preview release for developers to try.