File CancelEventHandler.cs
File List > LemonUI > LemonUI > CancelEventHandler.cs
Go to the documentation of this file
// Taken from the .NET Runtime Repository
// https://github.com/dotnet/runtime
// Copyright (c) .NET Foundation and Contributors
// Under the MIT License
#if FIVEM || RAGEMP
namespace LemonUI // Previously System.ComponentModel
{
public delegate void CancelEventHandler(object sender, CancelEventArgs e);
}
#endif