Class ProfileSelectedEventArgs
Argument for profile selection event. Contains all needed information
Inheritance
System.Object
    ProfileSelectedEventArgs
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ProfileSelectedEventArgs : EventArgs
  Properties
| Improve this Doc View SourceIsNew
Will be set to true, of the profile was selected the first time
Declaration
public bool IsNew { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SelectedProfile
Contains an instance of the selected profile model
Declaration
public GridProfileConfigurationModel SelectedProfile { get; set; }
  Property Value
| Type | Description | 
|---|---|
| GridProfileConfigurationModel |