You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows.applicationmodel.datatransfer/transfertargetwatcher_removed.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@
9
9
public event Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.TransferTargetWatcher,Windows.ApplicationModel.DataTransfer.TransferTargetChangedEventArgs> Removed;
10
10
-->
11
11
12
-
13
12
## -description
14
13
15
14
The `Removed` event occurs when a transfer target is no longer available. This event is raised by the `TransferTargetWatcher` to notify applications about the removal of a previously discovered target.
16
15
17
16
## -remarks
18
17
19
-
Applications can handle the `Removed` event to update their state or user interface when a transfer target is no longer available. This ensures that the application reflects the current set of available targets.
18
+
> [!IMPORTANT]
19
+
> Reserved for future use. Currently, `TransferTargetWatcher` doesn't currently raise this event.
20
20
21
-
#### Event Arguments:
21
+
#### Event Arguments
22
22
23
23
-`TransferTargetChangedEventArgs`: Contains information about the removed transfer target.
24
24
@@ -27,12 +27,3 @@ Applications can handle the `Removed` event to update their state or user interf
Copy file name to clipboardExpand all lines: windows.applicationmodel.datatransfer/transfertargetwatcher_updated.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@
9
9
public event Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.TransferTargetWatcher,Windows.ApplicationModel.DataTransfer.TransferTargetChangedEventArgs> Updated;
10
10
-->
11
11
12
-
13
12
## -description
14
13
15
14
The `Updated` event occurs when the properties of a transfer target are updated. This event is raised by the `TransferTargetWatcher` to notify applications about changes to an existing transfer target.
16
15
17
16
## -remarks
18
17
19
-
Applications can handle the `Updated` event to refresh their state or user interface when a transfer target's properties are modified. This ensures that the application displays the most current information about the target.
18
+
> [!IMPORTANT]
19
+
> Reserved for future use. Currently, `TransferTargetWatcher` doesn't currently raise this event.
20
20
21
-
#### Event Arguments:
21
+
#### Event Arguments
22
22
23
23
-`TransferTargetChangedEventArgs`: Contains information about the updated transfer target.
24
24
@@ -27,12 +27,3 @@ Applications can handle the `Updated` event to refresh their state or user inter
0 commit comments