'Declaration Public Function ReceiveWeakEvent( _ ByVal managerType As Type, _ ByVal sender As Object, _ ByVal e As EventArgs _ ) As Boolean
'Declaration
Public Function ReceiveWeakEvent( _ ByVal managerType As Type, _ ByVal sender As Object, _ ByVal e As EventArgs _ ) As Boolean
public bool ReceiveWeakEvent( Type managerType, object sender, EventArgs e )
AppointmentWrapPanel Class AppointmentWrapPanel Members