I write the event handler this way:
[FormControlEventHandler(formControlStr(DirPartyQuickCreateForm, DynamicDetail_ads_TIN), FormControlEventType::Modified)]
public static void DynamicDetail_ads_TIN_OnModified(FormControl sender, FormControlEventArgs e)
{
}
Hence, my question is what should I use to access the dynamic control on DirPartyQuickCreateForm?