DrillDownEventArgsName Property
Gets the name of the object that this event is related to.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public string Name { get; }
Public ReadOnly Property Name As String
Get
DEFINE DrillDownEventArgsName AS CHARACTER NO-UNDO.
DEFINE PRIVATE VARIABLE DrillDownEventArgsName AS CHARACTER NO-UNDO.
Return Value
StringThe name of the object that this event is related to.