TriggerAction<T> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for user-defined actions that are performed when a trigger condition is met.
generic <typename T>
where T : BindableObjectpublic ref class TriggerAction abstract : Microsoft::Maui::Controls::TriggerAction
public abstract class TriggerAction<T> : Microsoft.Maui.Controls.TriggerAction where T : BindableObject
type TriggerAction<'T (requires 'T :> BindableObject)> = class
inherit TriggerAction
Public MustInherit Class TriggerAction(Of T)
Inherits TriggerAction
- T
- Inheritance
Application developers should use TriggerAction<T>, instead.
Associated |
(Inherited from TriggerAction) |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI に関するフィードバック
.NET MAUI はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。