Class ProfileSelectedEventArgs
Argument for profile selection event. Contains all needed information
Inheritance
System.Object
System.EventArgs
ProfileSelectedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |