Skip to content

Instantly share code, notes, and snippets.

@noakesey
Created December 14, 2018 15:55
Show Gist options
  • Save noakesey/dbef6704b12d6bd9aeacbcce62095bb8 to your computer and use it in GitHub Desktop.
Save noakesey/dbef6704b12d6bd9aeacbcce62095bb8 to your computer and use it in GitHub Desktop.
Handling form event
[FormEventHandler(formstr(FMVehicle), FormEventyType::Inititialized)]
public static void FMVehicle_OnInitialized(xFormRun sender, FormEventArgs e)
{
FormDataSource ds = sender.dataSource(formDataSourceStr(FMVehicle, FMVehicle)
//etc..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment