add argument overload
This commit is contained in:
@@ -133,6 +133,11 @@ public partial class RadFlyoutBase : UserControl
|
||||
bgWorker_LoadData.RunWorkerAsync();
|
||||
}
|
||||
|
||||
protected virtual void LoadData(object? argument)
|
||||
{
|
||||
bgWorker_LoadData.RunWorkerAsync(argument);
|
||||
}
|
||||
|
||||
protected virtual void OnLoadData(DoWorkEventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>2.13.0</Version>
|
||||
<Version>2.13.1</Version>
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user