Class FolderUpdatedEventArgs
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides data for the FolderUpdated event.
public class FolderUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFolderUpdatedEventArgs
Properties
View SourceId
Gets the ID of the folder updated.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string | The ID of the folder updated. |
OperationType
Gets the operation type.
Declaration
public OperationType OperationType { get; }
Property Value
Type | Description |
---|---|
OperationType | The operation type which triggers the event. |
Path
Gets the path of the folder updated.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
string | The path of the folder updated. |