Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
FileModifiedEventArgs.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
using
System
;
4
5
namespace
SiliconStudio.Presentation.Settings
6
{
7
/// <summary>
8
/// Arguments of the <see cref="SettingsProfile.FileModified"/> event.
9
/// </summary>
10
public
class
FileModifiedEventArgs
:
EventArgs
11
{
12
public
FileModifiedEventArgs
(
SettingsProfile
profile)
13
{
14
Profile = profile;
15
}
16
17
/// <summary>
18
/// Gets the path of the file that has been modified.
19
/// </summary>
20
public
SettingsProfile
Profile {
get
;
private
set; }
21
22
/// <summary>
23
/// Gets or sets whether the modified file should be reloaded. False by default.
24
/// </summary>
25
public
bool
ReloadFile {
get
; set; }
26
}
27
}
SiliconStudio.Presentation.Settings.FileModifiedEventArgs.FileModifiedEventArgs
FileModifiedEventArgs(SettingsProfile profile)
Definition:
FileModifiedEventArgs.cs:12
SiliconStudio.Presentation.Settings.SettingsProfile
This class represents a collection of values for all registered SettingsKey. It may also contains val...
Definition:
SettingsProfile.cs:16
SiliconStudio.Shaders.Parser.System
A system file.
SiliconStudio.Presentation.Settings.FileModifiedEventArgs
Arguments of the SettingsProfile.FileModified event.
Definition:
FileModifiedEventArgs.cs:10
EventArgs
sources
common
presentation
SiliconStudio.Presentation
Settings
FileModifiedEventArgs.cs
Generated on Sat Dec 20 2014 21:51:18 for Paradox Game Engine by
1.8.7